summaryrefslogtreecommitdiff
path: root/src/p2p.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/p2p.cpp')
-rw-r--r--src/p2p.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/p2p.cpp b/src/p2p.cpp
index f403041..c43b7b4 100644
--- a/src/p2p.cpp
+++ b/src/p2p.cpp
@@ -66,7 +66,7 @@ int zmq::p2p_t::xsetsockopt (int option_, const void *optval_,
return -1;
}
-int zmq::p2p_t::xsend (struct zmq_msg_t *msg_, int flags_)
+int zmq::p2p_t::xsend (zmq_msg_t *msg_, int flags_)
{
zmq_assert (false);
return 0;
@@ -78,7 +78,7 @@ int zmq::p2p_t::xflush ()
return 0;
}
-int zmq::p2p_t::xrecv (struct zmq_msg_t *msg_, int flags_)
+int zmq::p2p_t::xrecv (zmq_msg_t *msg_, int flags_)
{
zmq_assert (false);
return 0;