|
OpenSDN source code
|
#include <hbf.h>

Public Member Functions | |
| HBFHandler (Agent *agent) | |
| virtual | ~HBFHandler () |
| void | ModifyVmInterface (DBTablePartBase *partition, DBEntryBase *e) |
| void | Register () |
| bool | IsHBFLInterface (VmInterface *vm_itf) |
| bool | IsHBFRInterface (VmInterface *vm_itf) |
| void | Terminate () |
| const Agent * | agent () const |
Private Member Functions | |
| DISALLOW_COPY_AND_ASSIGN (HBFHandler) | |
Private Attributes | |
| Agent * | agent_ |
| DBTable::ListenerId | interface_listener_id_ |
|
private |
| bool HBFHandler::IsHBFLInterface | ( | VmInterface * | vm_itf | ) |
| bool HBFHandler::IsHBFRInterface | ( | VmInterface * | vm_itf | ) |
| void HBFHandler::ModifyVmInterface | ( | DBTablePartBase * | partition, |
| DBEntryBase * | e | ||
| ) |
| void HBFHandler::Register | ( | ) |
| void HBFHandler::Terminate | ( | ) |
|
private |