]> rtime.felk.cvut.cz Git - frescor/forb.git/blob - src/types.idl
Source files moved to a separate directory
[frescor/forb.git] / src / types.idl
1 module forb {
2         typedef long long object_key;
3
4         typedef char uuid[8];
5         struct server_id {
6                 uuid uuid;
7         };
8 };