From 01817988f4631bdd8ee5cec9c6b69039712a93fe Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 23 Apr 2024 07:39:59 -0700 Subject: Move the rest of the functionality from platform.h into core. This also deprecates supplemental/util/platform.h. --- tests/scalability.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tests/scalability.c') diff --git a/tests/scalability.c b/tests/scalability.c index c794a4ee..0b4b1799 100644 --- a/tests/scalability.c +++ b/tests/scalability.c @@ -1,5 +1,5 @@ // -// Copyright 2021 Staysail Systems, Inc. +// Copyright 2024 Staysail Systems, Inc. // Copyright 2018 Capitar IT Group BV // // This software is supplied under the terms of the MIT License, a @@ -13,7 +13,6 @@ #include #include #include -#include #include "convey.h" #include "stubs.h" @@ -22,7 +21,7 @@ static int nclients = 200; static char *addr = "inproc:///atscale"; nng_socket rep; -nng_thread * server; +nng_thread *server; void serve(void *arg) @@ -87,7 +86,7 @@ transact(nng_socket *clients, int num) Main({ nng_socket *clients; - int * results; + int *results; clients = calloc(nclients, sizeof(nng_socket)); results = calloc(nclients, sizeof(int)); -- cgit v1.2.3-70-g09d2