live
|
#include <Groupsock.hh>
Public Member Functions | |
destRecord (struct sockaddr_storage const &addr, Port const &port, u_int8_t ttl, unsigned sessionId, destRecord *next) | |
virtual | ~destRecord () |
Data Fields | |
destRecord * | fNext |
GroupEId | fGroupEId |
unsigned | fSessionId |
Definition at line 62 of file Groupsock.hh.
destRecord::destRecord | ( | struct sockaddr_storage const & | addr, |
Port const & | port, | ||
u_int8_t | ttl, | ||
unsigned | sessionId, | ||
destRecord * | next | ||
) |
|
virtual |
GroupEId destRecord::fGroupEId |
Definition at line 70 of file Groupsock.hh.
destRecord* destRecord::fNext |
Definition at line 69 of file Groupsock.hh.
Referenced by Groupsock::hasMultipleDestinations().
unsigned destRecord::fSessionId |
Definition at line 71 of file Groupsock.hh.