nicira-ext: Add size check for struct nx_role_request.
authorBen Pfaff <blp@nicira.com>
Thu, 26 Jan 2012 20:50:45 +0000 (12:50 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 2 Feb 2012 20:54:42 +0000 (12:54 -0800)
We try to have such a size check every protocol structure.

Signed-off-by: Ben Pfaff <blp@nicira.com>
include/openflow/nicira-ext.h

index 6921803..62180a7 100644 (file)
@@ -276,6 +276,7 @@ struct nx_role_request {
     struct nicira_header nxh;
     ovs_be32 role;              /* One of NX_ROLE_*. */
 };
+OFP_ASSERT(sizeof(struct nx_role_request) == 20);
 
 enum nx_role {
     NX_ROLE_OTHER,              /* Default role, full access. */