Przeglądaj źródła

tm: aliased TMCB_RESPONSE_READY to TMCB_RESPONSE_OUT

Daniel-Constantin Mierla 16 lat temu
rodzic
commit
d4c72479d5
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      modules/tm/t_hooks.h

+ 2 - 0
modules/tm/t_hooks.h

@@ -115,6 +115,8 @@ struct cell;
 #endif
 #endif
 #define TMCB_MAX              ((1<<(TMCB_MAX_N+1))-1)
 #define TMCB_MAX              ((1<<(TMCB_MAX_N+1))-1)
 
 
+/* response ready - might need to be executed before sending reply out */
+#define TMCB_RESPONSE_READY		TMCB_RESPONSE_OUT
 
 
 /*
 /*
  *  Caution: most of the callbacks work with shmem-ized messages
  *  Caution: most of the callbacks work with shmem-ized messages