"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "src/prune.h" between
mrouted-4.3.tar.gz and mrouted-4.4.tar.gz

About: mrouted is an implementation of the DVMRP multicast routing protocol.

prune.h  (mrouted-4.3):prune.h  (mrouted-4.4)
skipping to change at line 43 skipping to change at line 43
int gt_prsent_timer; /* prune timer for this group */ int gt_prsent_timer; /* prune timer for this group */
int gt_timer; /* timer for this group entry */ int gt_timer; /* timer for this group entry */
time_t gt_ctime; /* time of entry creation */ time_t gt_ctime; /* time of entry creation */
uint8_t gt_grftsnt; /* graft sent/retransmit timer */ uint8_t gt_grftsnt; /* graft sent/retransmit timer */
nbrbitmap_t gt_prunes; /* bitmap of neighbors who pruned */ nbrbitmap_t gt_prunes; /* bitmap of neighbors who pruned */
struct stable *gt_srctbl; /* source table */ struct stable *gt_srctbl; /* source table */
struct ptable *gt_pruntbl; /* prune table */ struct ptable *gt_pruntbl; /* prune table */
struct rtentry *gt_route; /* parent route */ struct rtentry *gt_route; /* parent route */
int gt_rexmit_timer; /* timer for prune retransmission */ int gt_rexmit_timer; /* timer for prune retransmission */
int gt_prune_rexmit; /* time til prune retransmission */ int gt_prune_rexmit; /* time til prune retransmission */
#ifdef RSRR
struct rsrr_cache *gt_rsrr_cache; /* RSRR cache */
#endif
}; };
/* /*
* Source table * Source table
* *
* When source-based prunes exist, there will be a struct ptable here as well. * When source-based prunes exist, there will be a struct ptable here as well.
*/ */
struct stable struct stable
{ {
struct stable *st_next; /* pointer to the next entry */ struct stable *st_next; /* pointer to the next entry */
 End of changes. 1 change blocks. 
3 lines changed or deleted 0 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)