diff options
Diffstat (limited to 'src/irmd/reg/flow.h')
-rw-r--r-- | src/irmd/reg/flow.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/irmd/reg/flow.h b/src/irmd/reg/flow.h index 75ada971..b0f0c51c 100644 --- a/src/irmd/reg/flow.h +++ b/src/irmd/reg/flow.h @@ -34,12 +34,12 @@ #include <time.h> struct reg_flow { - struct list_head next; + struct list_head next; - struct flow_info info; + struct flow_info info; - buffer_t data; - struct timespec t0; + buffer_t data; + struct timespec t0; struct shm_rbuff * n_rb; struct shm_rbuff * n_1_rb; |