X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=int%2Fsds.h;h=fbd963606351a1fda815b36e4af1f49cc8cea104;hb=1c8014ff74afb966b891a4689d8ee3e512300746;hp=e58c072b9ddaf48c0a4a730d8161b82949d44e48;hpb=fa71b6dc45c53e87d9045eb7cdf3cd4328ad0e7d;p=mTask.git diff --git a/int/sds.h b/int/sds.h index e58c072..fbd9636 100644 --- 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