sock: change type of verbose parameter to set_sock_qdisc_bypass()
commit0a9adf482d5bb2cf27ede0f970228b9f69145f4d
authorTobias Klauser <tklauser@distanz.ch>
Sat, 10 Dec 2016 15:58:24 +0000 (10 16:58 +0100)
committerTobias Klauser <tklauser@distanz.ch>
Sat, 10 Dec 2016 16:01:33 +0000 (10 17:01 +0100)
tree2f89d301fbb7dc90dcd9e263cb5bb88138bbfccc
parentc16b914a728f2786aaa4e1c44c092c3faaf1df48
sock: change type of verbose parameter to set_sock_qdisc_bypass()

Verbose mode is a boolean option and is already defined as type bool in
trafgen, so make the corresponding parameter to set_sock_qdisc_bypass()
of type bool too.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
sock.c
sock.h