summaryrefslogtreecommitdiff
path: root/include/VBox/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/VBox/log.h')
-rw-r--r--include/VBox/log.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/VBox/log.h b/include/VBox/log.h
index 144816642..006b57f00 100644
--- a/include/VBox/log.h
+++ b/include/VBox/log.h
@@ -267,6 +267,8 @@ typedef enum LOGGROUP
LOG_GROUP_PGM_PHYS_ACCESS,
/** PGM shadow page pool group. */
LOG_GROUP_PGM_POOL,
+ /** PGM shared paging group. */
+ LOG_GROUP_PGM_SHARED,
/** REM group. */
LOG_GROUP_REM,
/** REM disassembly handler group. */
@@ -460,6 +462,7 @@ typedef enum LOGGROUP
"PGM_PHYS", \
"PGM_PHYS_ACCESS",\
"PGM_POOL", \
+ "PGM_SHARED", \
"REM", \
"REM_DISAS", \
"REM_HANDLER", \