aboutsummaryrefslogtreecommitdiffstats
path: root/src/svm/svm_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/svm/svm_common.h')
-rw-r--r--src/svm/svm_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/svm/svm_common.h b/src/svm/svm_common.h
index 1f6d83c0..ea3ec87a 100644
--- a/src/svm/svm_common.h
+++ b/src/svm/svm_common.h
@@ -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;