From 088a2db6746488c1ce4a73c357caaece50bbdf60 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Wed, 23 Sep 2009 10:22:54 +0200 Subject: ZMQII-16: Change "struct zmq_msg_t" to "zmq_msg_t" in C binding --- src/pipe.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pipe.hpp') diff --git a/src/pipe.hpp b/src/pipe.hpp index 177b1b4..699e3f7 100644 --- a/src/pipe.hpp +++ b/src/pipe.hpp @@ -43,7 +43,7 @@ namespace zmq void set_endpoint (i_endpoint *endpoint_); // Reads a message to the underlying pipe. - bool read (struct zmq_msg_t *msg_); + bool read (zmq_msg_t *msg_); // Ask pipe to terminate. void term (); @@ -93,7 +93,7 @@ namespace zmq // Writes a message to the underlying pipe. Returns false if the // message cannot be written because high watermark was reached. - bool write (struct zmq_msg_t *msg_); + bool write (zmq_msg_t *msg_); // Flush the messages downsteam. void flush (); -- cgit v1.2.3