diff options
author | ajs <ajs> | 2005-02-08 15:59:16 +0000 |
---|---|---|
committer | ajs <ajs> | 2005-02-08 15:59:16 +0000 |
commit | 8cfde37647b40640667ffb38c32b575da1476586 (patch) | |
tree | c62e41ee92ce48b0887047f1028138953b480862 /ospfd/ChangeLog | |
parent | 548e6f7d58a08e28132936431bba75428412857f (diff) |
2005-02-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* ospf_interface.h: Reduce structure padding by putting new u_char
field multicast_memberships in a better spot (grouped with
other u_char fields type and state).
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index b9e21c5b..0d7bd9c4 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,5 +1,11 @@ 2005-02-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + * ospf_interface.h: Reduce structure padding by putting new u_char + field multicast_memberships in a better spot (grouped with + other u_char fields type and state). + +2005-02-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + * ospf_interface.h: Improve passive_interface comment. Add new multicast_memberships bitmask to struct ospf_interface to track active multicast subscriptions. Declare new function |