unixsock plugin et alii: Allow passing of arbitrary identifiers to the FLUSH command.
[collectd.git] / src / utils_cmd_flush.h
index 334f086..dccafd1 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef UTILS_CMD_FLUSH_H
 #define UTILS_CMD_FLUSH_H 1
 
-int handle_flush (FILE *fh, char **fields, int fields_num);
+int handle_flush (FILE *fh, char *buffer);
 
 #endif /* UTILS_CMD_FLUSH_H */