Add Nicira extension for remote command execution.
[sliver-openvswitch.git] / include / dirs.h
index 36048ce..f5de08a 100644 (file)
@@ -34,7 +34,8 @@
 #ifndef DIRS_H
 #define DIRS_H 1
 
-extern const char ofp_rundir[];  /* /usr/local/var/run */
-extern const char ofp_logdir[];  /* /usr/local/var/log */
+extern const char ofp_pkgdatadir[]; /* /usr/local/share/openflow */
+extern const char ofp_rundir[];     /* /usr/local/var/run */
+extern const char ofp_logdir[];     /* /usr/local/var/log */
 
 #endif /* dirs.h */