summaryrefslogtreecommitdiff
path: root/cli/src/utils.h
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-07-02 11:43:47 -0400
committerThomas Haller <thaller@redhat.com>2013-12-04 20:42:46 +0100
commit5348a72af8657a9a48cd2b6628248f3c7d8cf80e (patch)
tree06086f70f954fe1d0f064fef884318a6d53e6d23 /cli/src/utils.h
parentc0e09de2b71299ea0fa54244107c24da6e8236cf (diff)
downloadNetworkManager-th/bondprobs.tar.gz
bond: add proper properties to NMSettingBondth/wip/bondprobsth/bondprobs
Make NMSettingBond have individual properties like other settings types. https://bugzilla.redhat.com/show_bug.cgi?id=1032808 Co-Authored-By: Thomas Haller <thaller@redhat.com> Co-Authored-By: Dan Williams <dcbw@redhat.com> Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'cli/src/utils.h')
-rw-r--r--cli/src/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/src/utils.h b/cli/src/utils.h
index c1c8824144..d6d6654203 100644
--- a/cli/src/utils.h
+++ b/cli/src/utils.h
@@ -32,6 +32,7 @@ typedef struct {
const char **value;
gboolean mandatory;
gboolean found;
+ void *user_data;
} nmc_arg_t;
/* === Functions === */