diff options
Diffstat (limited to 'pimd/pim_oil.h')
| -rw-r--r-- | pimd/pim_oil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_oil.h b/pimd/pim_oil.h index e90cd5fc19..a7bb23cd0e 100644 --- a/pimd/pim_oil.h +++ b/pimd/pim_oil.h @@ -79,6 +79,7 @@ struct channel_oil { time_t oif_creation[MAXVIFS]; uint32_t oif_flags[MAXVIFS]; struct channel_counts cc; + struct pim_upstream *up; }; extern struct list *pim_channel_oil_list; |
