diff options
author | dmikhalev <dmikhalev@yandex-team.ru> | 2022-02-10 16:49:29 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:29 +0300 |
commit | b93b3eb857a34bc32cef3c1b0c709e8365253b34 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/daemon.h | |
parent | 3b5ee31ed70f690af39dfdec632060610b71b89e (diff) | |
download | ydb-b93b3eb857a34bc32cef3c1b0c709e8365253b34.tar.gz |
Restoring authorship annotation for <dmikhalev@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/daemon.h')
-rw-r--r-- | util/system/daemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/daemon.h b/util/system/daemon.h index 31689f9cda..b00793b9c9 100644 --- a/util/system/daemon.h +++ b/util/system/daemon.h @@ -23,5 +23,5 @@ namespace NDaemonMaker { }; bool MakeMeDaemon(ECloseDescriptors cd = closeAll, EStdIoDescriptors iod = openDevNull, EChDir chd = chdirRoot, EParent parent = callExitFromParent); - void CloseFrom(int fd); + void CloseFrom(int fd); } |