summaryrefslogtreecommitdiff
path: root/perf/c/remote_thr.c
diff options
context:
space:
mode:
Diffstat (limited to 'perf/c/remote_thr.c')
-rw-r--r--perf/c/remote_thr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/c/remote_thr.c b/perf/c/remote_thr.c
index fb685cd..e6cc661 100644
--- a/perf/c/remote_thr.c
+++ b/perf/c/remote_thr.c
@@ -31,7 +31,7 @@ int main (int argc, char *argv [])
void *s;
int rc;
int i;
- struct zmq_msg_t msg;
+ zmq_msg_t msg;
if (argc != 4) {
printf ("usage: remote_thr <connect-to> <message-size> "