Sign in
googlers
/
jrn
/
git
/
b9b439e0e3a543ddb920e4cf8d3c9d53f730111f
/
.
/
compat
/
fsmonitor
/
fsm-ipc-win32.c
blob: e08c505c148933ed830ae2071198999827d84d14 [
file
] [
log
] [
blame
]
#include
"config.h"
#include
"fsmonitor-ipc.h"
const
char
*
fsmonitor_ipc__get_path
(
struct
repository
*
r
)
{
static
char
*
ret
;
if
(!
ret
)
ret
=
git_pathdup
(
"fsmonitor--daemon.ipc"
);
return
ret
;
}