X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=wfstack.c;h=622130734fc21d068167ad57a911fa8206c28012;hp=b72bf8091db042c64bc789aa90d6ad05a374c2c9;hb=eaf2c3f4b9041d2a6a85d7f9e56f6014603367d4;hpb=294d33967723e5db8ec8221f3841deff76475d08 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);