summaryrefslogtreecommitdiff
path: root/src/nm-ip6-config.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-06-04 15:48:55 +0200
committerThomas Haller <thaller@redhat.com>2015-06-04 17:48:34 +0200
commitca3fb3edcd80ff5f7c56f6e11904c5877378c3f1 (patch)
tree4000bcdcdefded716eae5b13a4bb9d554632a3bd /src/nm-ip6-config.h
parent6a841c0cd1532f6e2e04c2fbb674ee3f69c714b7 (diff)
downloadNetworkManager-ca3fb3edcd80ff5f7c56f6e11904c5877378c3f1.tar.gz
trival: add code comment
Diffstat (limited to 'src/nm-ip6-config.h')
-rw-r--r--src/nm-ip6-config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nm-ip6-config.h b/src/nm-ip6-config.h
index bf64fc26ac..563e9f00b3 100644
--- a/src/nm-ip6-config.h
+++ b/src/nm-ip6-config.h
@@ -42,7 +42,10 @@ typedef struct {
GObjectClass parent;
} NMIP6ConfigClass;
+/* internal */
#define NM_IP6_CONFIG_IFINDEX "ifindex"
+
+/* public */
#define NM_IP6_CONFIG_ADDRESS_DATA "address-data"
#define NM_IP6_CONFIG_ROUTE_DATA "route-data"
#define NM_IP6_CONFIG_GATEWAY "gateway"