revert back to old itasks, add sds support in bytecode
[mTask.git] / int / sds.h
index e58c072..fbd9636 100644 (file)
--- a/int/sds.h
+++ b/int/sds.h
@@ -13,5 +13,8 @@ struct sds {
 
 void sds_register(int fd);
 bool sds_update(int fd);
+void sds_publish(int id, int fd);
+int sds_fetch(int id);
+void sds_store(int id, int val);
 
 #endif