summaryrefslogtreecommitdiffstats
path: root/qa/ct_echo_event.c
diff options
context:
space:
mode:
Diffstat (limited to 'qa/ct_echo_event.c')
-rw-r--r--qa/ct_echo_event.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/ct_echo_event.c b/qa/ct_echo_event.c
index 6874395..eb9c82f 100644
--- a/qa/ct_echo_event.c
+++ b/qa/ct_echo_event.c
@@ -11,7 +11,7 @@
static void udp_echo(const struct mnl_socket *nl,
const char *pre, const char *post)
{
- u_int8_t proto = IPPROTO_UDP;
+ uint8_t proto = IPPROTO_UDP;
sync_fifo(pre);
timeout.tv_sec = INIT_TIMEOUT;
@@ -25,7 +25,7 @@ static void udp_echo(const struct mnl_socket *nl,
static void icmp_echo(const struct mnl_socket *nl,
const char *pre, const char *post)
{
- u_int8_t proto = IPPROTO_ICMP;
+ uint8_t proto = IPPROTO_ICMP;
sync_fifo(pre);
timeout.tv_sec = INIT_TIMEOUT;