On Friday 03 February 2012, Andrew Burdyug wrote: > action_instance_data_json.c:87: warning: statement with no effect > action_instance_data_json.c:87: error: expected ';' before 'handler_config' http://lloyd.github.com/yajl/yajl-1.0.12/structyajl__gen__config.html http://lloyd.github.com/yajl/yajl-2.0.1/yajl__gen_8h.html
line 87 of action_instance_data_json.c: yajl_gen_config handler_config; yajl_gen_config is "struct" in yajl 1.x and "function" in yajl 2.x. 2Florian: do you have a plan for support yajl 2.x in Collection4 ? -- Regards, Sergey _______________________________________________ collectd mailing list [email protected] http://mailman.verplant.org/listinfo/collectd
