dpif-netdev: Move rxq management into functions.
[cascardo/ovs.git] / lib / dpctl.h
index 41186f6..11a172d 100644 (file)
@@ -21,6 +21,9 @@
 #include "compiler.h"
 
 struct dpctl_params {
+    /* True if it is called by ovs-appctl command. */
+    bool is_appctl;
+
     /* -s, --statistics: Print port/flow statistics? */
     bool print_statistics;