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 eea9456013..fccb1c4186 100644 --- a/pimd/pim_upstream.h +++ b/pimd/pim_upstream.h @@ -90,6 +90,7 @@ struct pim_upstream { struct pim_upstream *parent; int fhr; struct in_addr upstream_addr;/* Who we are talking to */ + struct in_addr upstream_register; /*Who we received a register from*/ struct prefix_sg sg; /* (S,G) group key */ uint32_t flags; struct channel_oil *channel_oil; |
