summaryrefslogtreecommitdiff
path: root/src/arch/context-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/context-int.h')
-rw-r--r--src/arch/context-int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/context-int.h b/src/arch/context-int.h
index 885c2f6..59a06bb 100644
--- a/src/arch/context-int.h
+++ b/src/arch/context-int.h
@@ -54,6 +54,8 @@ struct _GProcContext
size_t esyms_count; /* Nombres de nouveautés */
GMutex es_access; /* Accès à cette même liste */
+ gint *counter;
+
};