aboutsummaryrefslogtreecommitdiff
path: root/src/iperf_tcp.h
diff options
context:
space:
mode:
authorJef Poskanzer <jef@mail.acme.com>2013-02-18 14:56:37 -0800
committerJef Poskanzer <jef@mail.acme.com>2013-02-18 14:56:37 -0800
commit231c56296e666e41ac5c6bb69eddd392f18619df (patch)
treeff03422f56a12c6d1562473c542576bfd7bd2c2b /src/iperf_tcp.h
parent3a34e7c11b549360baad8401875408bfae6549d4 (diff)
downloadiperf3-231c56296e666e41ac5c6bb69eddd392f18619df.tar.gz
Comment out the "__attribute__((hot))" declarations because they cause
compiler warnings on older systems. They probably didn't help performance anyway. They'll remain in the source as markers.
Diffstat (limited to 'src/iperf_tcp.h')
-rw-r--r--src/iperf_tcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iperf_tcp.h b/src/iperf_tcp.h
index 32242ee..ef915de 100644
--- a/src/iperf_tcp.h
+++ b/src/iperf_tcp.h
@@ -35,7 +35,7 @@ int iperf_tcp_recv(struct iperf_stream *);
* returns: bytes sent
*
*/
-int iperf_tcp_send(struct iperf_stream *) __attribute__((hot));
+int iperf_tcp_send(struct iperf_stream *) /* __attribute__((hot)) */;
int iperf_tcp_listen(struct iperf_test *);