summaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted/prune.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-03-03 15:14:29 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-03-03 15:14:29 +0000
commit3055b12bd8bc07c75be9a8debbb332ab9f0f8836 (patch)
tree3f18b636362177d2f432d48939f8497ebd259879 /usr.sbin/mrouted/prune.h
parent44fb9a7e8707e33c715d2281b745640f6b6e3ba8 (diff)
spaces
Diffstat (limited to 'usr.sbin/mrouted/prune.h')
-rw-r--r--usr.sbin/mrouted/prune.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/mrouted/prune.h b/usr.sbin/mrouted/prune.h
index b3187a89d37..20fad1d2444 100644
--- a/usr.sbin/mrouted/prune.h
+++ b/usr.sbin/mrouted/prune.h
@@ -30,8 +30,8 @@ struct gtable {
u_char gt_ttls[MAXVIFS]; /* ttl vector for forwarding */
vifbitmap_t gt_grpmems; /* forw. vifs for src, grp */
int gt_prsent_timer; /* prune timer for this group */
- int gt_timer; /* timer for this group entry */
- time_t gt_ctime; /* time of entry creation */
+ int gt_timer; /* timer for this group entry */
+ time_t gt_ctime; /* time of entry creation */
u_char gt_grftsnt; /* graft sent/retransmit timer */
struct stable *gt_srctbl; /* source table */
struct ptable *gt_pruntbl; /* prune table */
@@ -46,9 +46,9 @@ struct gtable {
*
* 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 */
u_int32_t st_origin; /* host origin of multicasts */
u_long st_pktcnt; /* packet count for src-grp entry */
};
@@ -56,7 +56,7 @@ struct stable
/*
* structure to store incoming prunes. Can hang off of either group or source.
*/
-struct ptable
+struct ptable
{
struct ptable *pt_next; /* pointer to the next entry */
u_int32_t pt_router; /* router that sent this prune */