ROFL-hal
v0.6.0dev
|
HAL cmm (control and management module) notifications interface. More...
#include "hal.h"
#include "hal_utils.h"
#include <rofl/datapath/pipeline/monitoring.h>
#include "openflow/openflow1x/of1x_cmm.h"
Go to the source code of this file.
Functions | |
HAL_BEGIN_DECLS hal_result_t | hal_cmm_notify_port_add (switch_port_snapshot_t *port_snapshot) |
Notify the CMM that a port has been added to the system. More... | |
hal_result_t | hal_cmm_notify_port_delete (switch_port_snapshot_t *port_snapshot) |
Notifies the CMM that port has been deleted from the platform. More... | |
hal_result_t | hal_cmm_notify_port_status_changed (switch_port_snapshot_t *port_snapshot) |
Notify the CMM of a port status change. More... | |
hal_result_t | hal_cmm_notify_monitoring_state_changed (monitoring_snapshot_state_t *monitoring_snapshot) |
Notify a monitoring state change to CMM. More... | |
HAL cmm (control and management module) notifications interface.
Definition in file cmm.h.