From eaf2c3f4b9041d2a6a85d7f9e56f6014603367d4 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sun, 22 Aug 2010 09:08:47 -0400 Subject: [PATCH] add missing comment to wfstack.c Signed-off-by: Mathieu Desnoyers --- wfstack.c | 4 ++++ 1 file changed, 4 insertions(+) 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); -- 2.34.1