libcollectdclient: Remove TODO.
authorFlorian Forster <octo@collectd.org>
Tue, 2 May 2017 11:14:36 +0000 (13:14 +0200)
committerFlorian Forster <octo@collectd.org>
Tue, 2 May 2017 11:14:36 +0000 (13:14 +0200)
No, we should not, because memory allocation is more annoying in C.

src/libcollectdclient/collectd/network_parse.h

index abd632c..0cd9a79 100644 (file)
@@ -28,8 +28,8 @@
 
 #include "collectd/lcc_features.h"
 
-#include "collectd/types.h"
 #include "collectd/network.h" /* for lcc_security_level_t */
+#include "collectd/types.h"
 
 #include <stdint.h>
 
@@ -48,8 +48,6 @@ typedef struct {
 
 /* lcc_network_parse parses data received from the network and calls "w" with
  * the parsed lcc_value_list_ts. */
-/* TODO(octo): the Go code returns a []api.ValueList. Should we return a
- * value_list_t** here? */
 int lcc_network_parse(void *buffer, size_t buffer_size,
                       lcc_network_parse_options_t opts);