From fd086b87023da5a5ba4e42da2327fa39a6725cd2 Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Sun, 9 Oct 2016 17:45:31 +0200 Subject: lib: Add a type for struct flow_set The struct flow_set can now be accessed in applications as flow_set_t. Fixes some malformed lines and homogenizes output when receiving bad SDUs in the oping tool. --- src/tools/oping/oping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/oping/oping.c') diff --git a/src/tools/oping/oping.c b/src/tools/oping/oping.c index 7d2edf33..7d41b497 100644 --- a/src/tools/oping/oping.c +++ b/src/tools/oping/oping.c @@ -63,7 +63,7 @@ struct c { struct s { struct timespec times[OPING_MAX_FLOWS]; - struct flow_set * flows; + flow_set_t * flows; pthread_mutex_t lock; pthread_t cleaner_pt; -- cgit v1.2.3