ofproto: Inline trivial functions.
[sliver-openvswitch.git] / ofproto / in-band.c
index 416043e..42b3efb 100644 (file)
@@ -382,7 +382,7 @@ in_band_run(struct in_band *ib)
         switch (rule->op) {
         case ADD:
             ofproto_add_flow(ib->ofproto, &rule->match, rule->priority,
-                             ofpacts.data, ofpacts.size);
+                             ofpbuf_data(&ofpacts), ofpbuf_size(&ofpacts));
             break;
 
         case DEL: