diff options
| author | Jeff Hostetler <jeffhost@microsoft.com> | 2022-03-25 18:02:45 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-03-25 16:04:15 -0700 |
| commit | d2bd862e7a4a791d88740cc81aad14cdcd90dd2c (patch) | |
| tree | b8ec8d527804436b79eb3e8f2cb926aac099f21f /Makefile | |
| parent | 974c1b398711b8782c01bbd3aec959a458296da8 (diff) | |
| download | git-d2bd862e7a4a791d88740cc81aad14cdcd90dd2c.tar.xz | |
fsmonitor-ipc: create client routines for git-fsmonitor--daemon
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>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -907,6 +907,7 @@ LIB_OBJS += fetch-pack.o LIB_OBJS += fmt-merge-msg.o LIB_OBJS += fsck.o LIB_OBJS += fsmonitor.o +LIB_OBJS += fsmonitor-ipc.o LIB_OBJS += gettext.o LIB_OBJS += gpg-interface.o LIB_OBJS += graph.o |
