diff options
Diffstat (limited to 'pimd/pim_upstream.h')
-rw-r--r-- | pimd/pim_upstream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_upstream.h b/pimd/pim_upstream.h index 41fcd2867..a2a912ff4 100644 --- a/pimd/pim_upstream.h +++ b/pimd/pim_upstream.h @@ -85,6 +85,7 @@ struct pim_upstream { struct prefix_sg sg; /* (S,G) group key */ uint32_t flags; struct channel_oil *channel_oil; + struct list *sources; enum pim_upstream_state join_state; enum pim_upstream_sptbit sptbit; |