diff options
Diffstat (limited to 'tests/scalability.c')
| -rw-r--r-- | tests/scalability.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/scalability.c b/tests/scalability.c index 84395f9d..38137e90 100644 --- a/tests/scalability.c +++ b/tests/scalability.c @@ -13,8 +13,8 @@ #include "protocol/reqrep0/rep.h" #include "protocol/reqrep0/req.h" -#include "supplemental/util/platform.h" #include "stubs.h" +#include "supplemental/util/platform.h" #include <string.h> @@ -22,7 +22,7 @@ static int nclients = 200; static char *addr = "inproc:///atscale"; nng_socket rep; -nng_thread *server; +nng_thread * server; void serve(void *arg) @@ -124,4 +124,4 @@ Main({ free(clients); free(results); -}); +}) |
