aboutsummaryrefslogtreecommitdiff
path: root/ofproto/connmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ofproto/connmgr.h')
-rw-r--r--ofproto/connmgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ofproto/connmgr.h b/ofproto/connmgr.h
index 4846da9c..6cbbf171 100644
--- a/ofproto/connmgr.h
+++ b/ofproto/connmgr.h
@@ -66,6 +66,7 @@ enum ofconn_async_msg_type {
struct ofproto_packet_in {
struct ofputil_packet_in up;
struct list list_node; /* For queuing. */
+ uint16_t controller_id; /* Controller ID to send to. */
};
/* Basics. */