InspIRCd
3.0
|
#include <ctables.h>
Public Member Functions | |
RouteDescriptor (RouteType t, const std::string &d) | |
RouteDescriptor (RouteType t, Server *srv) | |
Public Attributes | |
RouteType | type |
std::string | serverdest |
Server * | server |
Defines routing information for a command, containing a destination server id (if applicable) and a routing type from the enum above.
|
inline |
Create a RouteDescriptor
std::string RouteDescriptor::serverdest |
For unicast, the destination server's name
RouteType RouteDescriptor::type |
Routing type from the enum above