src/switch_manager/switchinfo.h in trema-0.2.2.1 vs src/switch_manager/switchinfo.h in trema-0.2.3
- old
+ new
@@ -40,11 +40,14 @@
char *dpid_service_name; // service name of messenger
struct notify_info *notify_info;
int secure_channel_fd; // socket file descriptor of secure channel
+
bool flow_cleanup;
+ bool cookie_translation;
+ bool deny_packet_in_on_startup;
int state; // state of switch secure channel
uint64_t datapath_id;
uint16_t config_flags; // OFPC_* flags
@@ -56,9 +59,11 @@
message_queue *send_queue;
message_queue *recv_queue;
bool running_timer;
+
+ uint32_t echo_request_xid;
};
#endif // SWITCHINFO_H