summaryrefslogtreecommitdiff
path: root/src/rep.cpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.com>2009-09-22 08:30:15 +0200
committerMartin Sustrik <sustrik@fastmq.com>2009-09-22 08:30:15 +0200
commite6ca5da1815023e90306914dab101eeef4b6f199 (patch)
tree3a584015c3a2b4bfe09d8f3ace9d945f510d9951 /src/rep.cpp
parentb15f695976d21300beabc3e0ecef87c1a0b4dc4c (diff)
Windows build fixed
Diffstat (limited to 'src/rep.cpp')
-rw-r--r--src/rep.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rep.cpp b/src/rep.cpp
index d586988..fcf8058 100644
--- a/src/rep.cpp
+++ b/src/rep.cpp
@@ -155,6 +155,8 @@ int zmq::rep_t::xsend (struct zmq_msg_t *msg_, int flags_)
// Detach the message from the data buffer.
int rc = zmq_msg_init (msg_);
zmq_assert (rc == 0);
+
+ return 0;
}
int zmq::rep_t::xflush ()