diff options
Diffstat (limited to 'src/irmd/reg/flow.h')
-rw-r--r-- | src/irmd/reg/flow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irmd/reg/flow.h b/src/irmd/reg/flow.h index aba0d7a4..d1e4811c 100644 --- a/src/irmd/reg/flow.h +++ b/src/irmd/reg/flow.h @@ -38,6 +38,7 @@ struct reg_flow { struct list_head next; struct flow_info info; + int response; buffer_t data; struct timespec t0; |