summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2009-07-13 13:45:40 -0500
committerDavid Teigland <teigland@redhat.com>2009-07-13 13:45:40 -0500
commit7562d3262c10c60c4c11ca09f7443cf565e845d2 (patch)
tree3af80874c80ed9c63f461caabba7e0121a194111
parent9f1da99bd27429b7dbd8f94598903416b8eb0301 (diff)
downloaddct-stuff-7562d3262c10c60c4c11ca09f7443cf565e845d2.tar.gz
dct-stuff-7562d3262c10c60c4c11ca09f7443cf565e845d2.tar.xz
dct-stuff-7562d3262c10c60c4c11ca09f7443cf565e845d2.zip
cpgx: add comment
note to stop using join/leave lists Signed-off-by: David Teigland <teigland@redhat.com>
-rw-r--r--cpgx/cpgx.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpgx/cpgx.c b/cpgx/cpgx.c
index dd8c12a..1f6220a 100644
--- a/cpgx/cpgx.c
+++ b/cpgx/cpgx.c
@@ -1076,6 +1076,9 @@ static void confchg_cb(cpg_handle_t handle, const struct cpg_name *group_name,
c.type = EV_CONFCHG;
+ /* FIXME: the join/left lists are not globally consistent, so
+ should just ignore them entirely */
+
c.memb_count = memb_list_entries;
c.left_count = left_list_entries;
c.join_count = join_list_entries;