diff options
Diffstat (limited to 'src/p2p.hpp')
-rw-r--r-- | src/p2p.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/p2p.hpp b/src/p2p.hpp index a3dae31..1c98dd5 100644 --- a/src/p2p.hpp +++ b/src/p2p.hpp @@ -39,9 +39,9 @@ namespace zmq void xkill (class reader_t *pipe_); void xrevive (class reader_t *pipe_); int xsetsockopt (int option_, const void *optval_, size_t optvallen_); - int xsend (struct zmq_msg_t *msg_, int flags_); + int xsend (zmq_msg_t *msg_, int flags_); int xflush (); - int xrecv (struct zmq_msg_t *msg_, int flags_); + int xrecv (zmq_msg_t *msg_, int flags_); private: |