Initial klay stuff.

Clay.hoon doesn't work yet, haven't done subscriptions.

Should probably changes yakis to only reference yaki mugs rather than
yakis themselves - and have a blob map in the dome. Otherwise
subscriptions and merges will suck for large stuff.
This commit is contained in:
Jared Hance 2014-07-17 11:40:52 -04:00
parent e308ced2d8
commit 2e8b2aee22

View File

@ -1113,7 +1113,7 @@ _unix_desk_sync_soba(u2_udir* dir_u, u2_noun doz)
u2_noun zod = u2t(doz); u2_noun zod = u2t(doz);
while ( u2_nul != zod ) { while ( u2_nul != zod ) {
_unix_desk_sync_tako(dir_u, u2k(u2h(u2h(zod))), u2k(u2t(u2t(u2h(zod))))); _unix_desk_sync_tako(dir_u, u2k(u2h(u2h(zod))), u2k(u2t(u2h(zod))));
zod = u2t(zod); zod = u2t(zod);
} }
u2z(doz); u2z(doz);