Index: generic/include/ipc/ipc.h
===================================================================
--- generic/include/ipc/ipc.h	(revision 37e7d2b98befb3ce009212e46405509cbc621888)
+++ generic/include/ipc/ipc.h	(revision 2ba1f399b0ec9f1f1ad59e12cea559c929b36ddf)
@@ -38,6 +38,7 @@
 
 /* Flags for calls */
-#define IPC_CALL_ANSWERED      1 /**< This is answer to a call */
-#define IPC_CALL_STATIC_ALLOC  2 /**< This call will not be freed on error */
+#define IPC_CALL_ANSWERED      0x1 /**< This is answer to a call */
+#define IPC_CALL_STATIC_ALLOC  0x2 /**< This call will not be freed on error */
+#define IPC_CALL_DISPATCHED    0x4 /**< Call is in dispatch queue */
 
 /* Flags for ipc_wait_for_call */
