On 5/26/21 10:06 PM, Junio C Hamano wrote:
These new global symbols are introduced by the series, but never used outside the file they are added to: fsmonitor-ipc.o - fsmonitor_ipc__get_path fsmonitor-ipc.o - fsmonitor_ipc__get_state fsmonitor-ipc.o - fsmonitor_ipc__send_command Perhaps make them file-scope static?
I intended these to be part of the API for talking to a builtin FSMonitor. They are called from builtin/fsmonitor--daemon.c and t/helper/test-fsmonitor-client.c Jeff