From 3dd4cbf8efcfd574e2244798a86edd2f10c9cb45 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 10 Jan 2018 16:14:54 -0800 Subject: Refactored file API. This refactor of the file API provides a simpler and easier to use interface for our needs (and simpler to implement) in both the ZeroTier transport and the HTTP/TLS file accesses. It also removes some restrictions present on the old one, although it is still not suitable for working with large files. (It will work, just be very inefficient as the entire file must be loaded into memory.) --- tests/trantest.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/trantest.h') diff --git a/tests/trantest.h b/tests/trantest.h index 46eaa7b1..205a54b1 100644 --- a/tests/trantest.h +++ b/tests/trantest.h @@ -313,7 +313,6 @@ trantest_send_recv_multi(trantest *tt) nng_dialer d; nng_msg * send; nng_msg * recv; - size_t len; nng_pipe p; char url[NNG_MAXADDRLEN]; size_t sz; -- cgit v1.2.3-70-g09d2