diff options
Diffstat (limited to 'perf/c/local_thr.c')
-rw-r--r-- | perf/c/local_thr.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |