From: Mathieu Desnoyers Date: Sun, 22 Aug 2010 13:08:47 +0000 (-0400) Subject: add missing comment to wfstack.c X-Git-Tag: v0.4.7~5 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=eaf2c3f4b9041d2a6a85d7f9e56f6014603367d4;ds=sidebyside add missing comment to wfstack.c Signed-off-by: Mathieu Desnoyers --- diff --git a/wfstack.c b/wfstack.c index b72bf80..6221307 100644 --- a/wfstack.c +++ b/wfstack.c @@ -24,6 +24,10 @@ #include "urcu/wfstack.h" #include "urcu/wfstack-static.h" +/* + * library wrappers to be used by non-LGPL compatible source code. + */ + void wfs_node_init(struct wfs_node *node) { _wfs_node_init(node);