src/switch_manager/ofpmsg_send.h in trema-0.2.2.1 vs src/switch_manager/ofpmsg_send.h in trema-0.2.3

- old
+ new

@@ -28,15 +28,17 @@ #define OFP_ERROR_MSG_MAX_DATA 64 int ofpmsg_send_hello( struct switch_info *sw_info ); +int ofpmsg_send_echorequest( struct switch_info *sw_info, uint32_t xid, buffer *body ); int ofpmsg_send_echoreply( struct switch_info *sw_info, uint32_t xid, buffer *body ); int ofpmsg_send_featuresrequest( struct switch_info *sw_info ); int ofpmsg_send_setconfig( struct switch_info *sw_info ); int ofpmsg_send_error_msg( struct switch_info *sw_info, uint16_t type, uint16_t code, buffer *data ); int ofpmsg_send( struct switch_info *sw_info, buffer *buf, char *service_name ); int ofpmsg_send_delete_all_flows( struct switch_info *sw_info ); +int ofpmsg_send_deny_all( struct switch_info *sw_info ); #endif // OFPMSG_SEND_H