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 --- perf/c/local_lat.c | 2 +- perf/c/local_thr.c | 2 +- perf/c/remote_lat.c | 2 +- perf/c/remote_thr.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'perf') diff --git a/perf/c/local_lat.c b/perf/c/local_lat.c index 2cbae13..ca0ff9d 100644 --- a/perf/c/local_lat.c +++ b/perf/c/local_lat.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: local_lat " diff --git a/perf/c/local_thr.c b/perf/c/local_thr.c index f9ab720..c97af11 100644 --- a/perf/c/local_thr.c +++ b/perf/c/local_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; void *watch; unsigned long elapsed; unsigned long throughput; diff --git a/perf/c/remote_lat.c b/perf/c/remote_lat.c index 52aa071..55c25b6 100644 --- a/perf/c/remote_lat.c +++ b/perf/c/remote_lat.c @@ -32,7 +32,7 @@ int main (int argc, char *argv []) void *s; int rc; int i; - struct zmq_msg_t msg; + zmq_msg_t msg; void *watch; unsigned long elapsed; double latency; 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 " -- cgit v1.2.3