]> rtime.felk.cvut.cz Git - frescor/frsh.git/blobdiff - fres/contract/fres_error.h
Start of transaction implementation and tests
[frescor/frsh.git] / fres / contract / fres_error.h
index 8864b457ccc2b9a231a4435069e013cf9a22882e..9c7b23470ffdaa52280d272dc732c7a3e7f1f86b 100644 (file)
@@ -93,6 +93,8 @@ enum fres_error {
        FRES_ERR_FORB_EX_APPLICATION,
        FRES_ERR_NO_RESOURCE_MANAGER,
        FRES_ERR_ALLOCATOR_ALREADY_REGISTERED,
+       FRES_ERR_VRES_ALREADY_ALLOCATED,
+       FRES_ERR_VRES_PART_OF_TRANSACTION,
 };
 
 int fres_strerror (int error, char *message, size_t size);