Set uid/gid on ssvm segment file.
[vpp.git] / src / svm / svm_common.h
index 1f6d83c..ea3ec87 100644 (file)
@@ -105,6 +105,8 @@ typedef struct
   svm_subregion_t *subregions; /* subregion pool */
   uword *name_hash;
   u8 *root_path;
+  int uid;
+  int gid;
 } svm_main_region_t;