]> git.99rst.org Git - git.git/commit
fsmonitor-ipc: create client routines for git-fsmonitor--daemon
authorJeff Hostetler <redacted>
Fri, 25 Mar 2022 18:02:45 +0000 (18:02 +0000)
committerJunio C Hamano <redacted>
Fri, 25 Mar 2022 23:04:15 +0000 (16:04 -0700)
commitd2bd862e7a4a791d88740cc81aad14cdcd90dd2c
treeb8ec8d527804436b79eb3e8f2cb926aac099f21f
parent974c1b398711b8782c01bbd3aec959a458296da8
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
Makefile
fsmonitor-ipc.c [new file with mode: 0644]
fsmonitor-ipc.h [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT