summaryrefslogtreecommitdiff
path: root/src/nm-multi-index.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nm-multi-index.h')
-rw-r--r--src/nm-multi-index.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/nm-multi-index.h b/src/nm-multi-index.h
index 046e2431b8..1e1e8fdaee 100644
--- a/src/nm-multi-index.h
+++ b/src/nm-multi-index.h
@@ -39,7 +39,10 @@ typedef struct {
} NMMultiIndexIter;
typedef struct {
- GHashTableIter _iter;
+ union {
+ GHashTableIter _iter;
+ gpointer _value;
+ };
guint _state;
} NMMultiIndexIdIter;