summaryrefslogtreecommitdiff
path: root/sock.c
diff options
context:
space:
mode:
Diffstat (limited to 'sock.c')
-rw-r--r--sock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sock.c b/sock.c
index a84796c..634771b 100644
--- a/sock.c
+++ b/sock.c
@@ -55,10 +55,10 @@ int pf_socket_type(uint32_t type)
}
}
-/* Avail in kernel >= 3.14
+/* Available in kernel >= 3.14
* in commit d346a3fae3 (packet: introduce PACKET_QDISC_BYPASS socket option)
*/
-void set_sock_qdisc_bypass(int fd, int verbose)
+void set_sock_qdisc_bypass(int fd, bool verbose)
{
int ret, val = 1;