command parser: Add support for the FLUSH command.
authorSebastian Harl <sh@tokkee.org>
Sun, 5 Jun 2016 15:50:58 +0000 (17:50 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 25 Sep 2016 10:42:45 +0000 (12:42 +0200)
commit938471bee8cc86d32615144c5037f17338b19e70
treeef5e206cb924929aa5b94ff0a13058366b6a93b1
parent7747e2ad9a86c2307094cd4ca3f753e46329c7a5
command parser: Add support for the FLUSH command.

That is, implement the generic interface for FLUSH and switch the FLUSH
implementation to use the generic interface.
src/unixsock.c
src/utils_cmd_flush.c
src/utils_cmd_flush.h
src/utils_cmd_putval.h
src/utils_cmds.c
src/utils_cmds.h