From f948ee9b7a24af20a7ecda929c837a3b81d58b27 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Tue, 15 Apr 2014 10:38:38 +0200 Subject: [PATCH] Document gAVL declaration --- orte/include/protos.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/orte/include/protos.h b/orte/include/protos.h index 7feee82..e5eaff7 100644 --- a/orte/include/protos.h +++ b/orte/include/protos.h @@ -413,9 +413,14 @@ CSTWriterSendTimer(ORTEDomain *d,void *vcstRemoteReader); UL_LIST_CUST_DEC(CSTReaderCSChange, CSTReader,CSChange, csChanges,nodeList); -GAVL_CUST_NODE_INT_DEC(CSTReader, - CSTSubscriptions, CSTReader, GUID_RTPS, - cstReader, node, guid, gavl_cmp_guid); +GAVL_CUST_NODE_INT_DEC(CSTReader, /* prefix */ + CSTSubscriptions, /* root_t */ + CSTReader, /* item_t */ + GUID_RTPS, /* key_t */ + cstReader, /* root_node */ + node, /* item_node */ + guid, /* item_key */ + gavl_cmp_guid); /* cmp_fnc */ GAVL_CUST_NODE_INT_DEC(CSTRemoteWriter, CSTReader, CSTRemoteWriter, GUID_RTPS, cstRemoteWriter, node, guid, gavl_cmp_guid); -- 2.39.2