summaryrefslogtreecommitdiff
path: root/src/nm-ip4-config.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2012-05-29 22:24:51 -0500
committerDan Williams <dcbw@redhat.com>2012-06-12 09:37:26 -0500
commit90fb53de4cf0a57094a747dc7544484588026f7b (patch)
tree1ac568495cfd8a249df9748097860acb2a435ecd /src/nm-ip4-config.h
parent9966ac45fa80fec89d58a5b607377c75e6aa8f6d (diff)
downloadNetworkManager-90fb53de4cf0a57094a747dc7544484588026f7b.tar.gz
core: add hashing to IP config objects
We'll use this later to determine whether sets of IPxConfig objects have actually changed without comparing them all at once.
Diffstat (limited to 'src/nm-ip4-config.h')
-rw-r--r--src/nm-ip4-config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nm-ip4-config.h b/src/nm-ip4-config.h
index 2d27acff03..6b86bc4779 100644
--- a/src/nm-ip4-config.h
+++ b/src/nm-ip4-config.h
@@ -139,4 +139,6 @@ typedef enum {
/* Returns a bitfield representing how the two IP4 configs differ */
NMIP4ConfigCompareFlags nm_ip4_config_diff (NMIP4Config *a, NMIP4Config *b);
+void nm_ip4_config_hash (NMIP4Config *config, GChecksum *sum, gboolean dns_only);
+
#endif /* NM_IP4_CONFIG_H */