summaryrefslogtreecommitdiff
path: root/clients/cli/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/cli/utils.h')
-rw-r--r--clients/cli/utils.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/clients/cli/utils.h b/clients/cli/utils.h
index 1724d4391e..19145974ea 100644
--- a/clients/cli/utils.h
+++ b/clients/cli/utils.h
@@ -129,7 +129,10 @@ typedef enum {
} G_STMT_END
struct _NmcMetaGenericInfo {
- const NMMetaType *meta_type;
+ union {
+ NMObjBaseInst parent;
+ const NMMetaType *meta_type;
+ };
NmcGenericInfoType info_type;
const char *name;
const char *name_header;