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. --- src/testing/streams.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/testing/streams.c') diff --git a/src/testing/streams.c b/src/testing/streams.c index 33c70c00..92d52f37 100644 --- a/src/testing/streams.c +++ b/src/testing/streams.c @@ -1,5 +1,5 @@ // -// Copyright 2020 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 @@ -11,14 +11,13 @@ #define TEST_NO_MAIN #include -#include typedef struct { - uint8_t * base; + uint8_t *base; size_t rem; nng_iov iov; - nng_aio * upper_aio; - nng_aio * lower_aio; + nng_aio *upper_aio; + nng_aio *lower_aio; nng_stream *s; void (*submit)(nng_stream *, nng_aio *); } stream_xfr_t; -- cgit v1.2.3-70-g09d2