summaryrefslogtreecommitdiff
path: root/t/helper/test-tool.h
diff options
context:
space:
mode:
authorJeff Hostetler <jeffhost@microsoft.com>2022-03-25 18:03:03 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-03-25 23:04:16 (GMT)
commit148405fb27980a63bb532d11f9ab242280052355 (patch)
tree141092939f55bdd88156db9dfc13327f35659fa5 /t/helper/test-tool.h
parentdd77cf61a1a2fbf52c94d0cd986d555ad2ba8a4b (diff)
downloadgit-148405fb27980a63bb532d11f9ab242280052355.zip
git-148405fb27980a63bb532d11f9ab242280052355.tar.gz
git-148405fb27980a63bb532d11f9ab242280052355.tar.bz2
t/helper/fsmonitor-client: create IPC client to talk to FSMonitor Daemon
Create an IPC client to send query and flush commands to the daemon. Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/helper/test-tool.h')
-rw-r--r--t/helper/test-tool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/helper/test-tool.h b/t/helper/test-tool.h
index 20756ee..c876e82 100644
--- a/t/helper/test-tool.h
+++ b/t/helper/test-tool.h
@@ -23,6 +23,7 @@ int cmd__dump_untracked_cache(int argc, const char **argv);
int cmd__dump_reftable(int argc, const char **argv);
int cmd__example_decorate(int argc, const char **argv);
int cmd__fast_rebase(int argc, const char **argv);
+int cmd__fsmonitor_client(int argc, const char **argv);
int cmd__genrandom(int argc, const char **argv);
int cmd__genzeros(int argc, const char **argv);
int cmd__getcwd(int argc, const char **argv);