aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/daemon.h
diff options
context:
space:
mode:
authordmikhalev <dmikhalev@yandex-team.ru>2022-02-10 16:49:29 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:29 +0300
commit3b5ee31ed70f690af39dfdec632060610b71b89e (patch)
treef137aebad00b8064ec63fcd03ebc9fef5121eb9f /util/system/daemon.h
parent3a0b7cd78a1a8366b3944d8d1e11ef9bb52549bf (diff)
downloadydb-3b5ee31ed70f690af39dfdec632060610b71b89e.tar.gz
Restoring authorship annotation for <dmikhalev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/daemon.h')
-rw-r--r--util/system/daemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/daemon.h b/util/system/daemon.h
index b00793b9c9..31689f9cda 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);
}