diff options
-rw-r--r-- | mq_ntf.c | 14 | ||||
-rw-r--r-- | version.h | 4 |
2 files changed, 2 insertions, 16 deletions
@@ -259,20 +259,6 @@ int mq_ntf_close(mq_ntf_mdt *mq) return 0; } -//send command -int mq_ntf_cmd_send(mq_ntf_mdt *mq, mq_cmd *cmd) -{ - ENL(); - return 0; -} - -//recieve command from other end -int mq_ntf_cmd_recv(mq_ntf_mdt *mq, mq_cmd *cmd) -{ - ENL(); - return 0; -} - int mq_drain_q(mqd_t mqd) { struct mq_attr attr; @@ -1,5 +1,5 @@ #ifndef __VERSION_H #define __VERSION_H -#define VERSION_DATE "Tue Sep 5 18:08:09 BST 2017" -#define VERSION_COMMIT "1885184 update netbyte lib, add rpc lib" +#define VERSION_DATE "Wed Sep 6 00:16:12 BST 2017" +#define VERSION_COMMIT "2f5d66c Removed mq_cmd shitz" #endif |