Cleanup symbols that should be static
[fio.git] / engines / net.c
index 1df8d0635cf1b746ae7d597d1b4b4398f0019d2d..110e158f114cbe210656476ff81af305d7d80248 100644 (file)
@@ -392,7 +392,7 @@ static int fio_netio_send(struct thread_data *td, struct io_u *io_u)
 
        do {
                if (is_udp(o)) {
-                       struct sockaddr *to;
+                       const struct sockaddr *to;
                        socklen_t len;
 
                        if (is_ipv6(o)) {