simple-ipc: move definition of ipc_active_state outside of ifdef
commit59c923229e8b3b0ee30be37e2daf8aa6c91c7f34
authorCarlo Marcelo Arenas Belón <carenas@gmail.com>
Mon, 20 Sep 2021 15:36:14 +0000 (20 15:36 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Sep 2021 15:57:58 +0000 (20 08:57 -0700)
tree201e8661ad93656eb8f0a19f8b3ef64766737dd3
parenta3e2033e04ae06ac4f1cda582ac83944df29830d
simple-ipc: move definition of ipc_active_state outside of ifdef

Move the declartion of the `enum ipc_active_state` type outside of
the SUPPORTS_SIMPLE_IPC ifdef.

A later commit will introduce the `fsmonitor_ipc__*()` API and stub in
a "mock" implementation that requires this enum in some function
signatures.

Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
simple-ipc.h