summaryrefslogtreecommitdiffstats
path: root/fsmonitor-ipc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fsmonitor-ipc: create client routines for git-fsmonitor--daemonJeff Hostetler2022-03-261-0/+48
Create fsmonitor_ipc__*() client routines to spawn the built-in file system monitor daemon and send it an IPC request using the `Simple IPC` API. Stub in empty fsmonitor_ipc__*() functions for unsupported platforms. Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>