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