aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/daemon.h
diff options
context:
space:
mode:
authordimko <dimko@yandex-team.ru>2022-02-10 16:50:07 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:07 +0300
commit811ece47d06924d20a94f89d1b0f5cd37254a49c (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/daemon.h
parent5df1bbceafd25528f800dbe399738150b20384f3 (diff)
downloadydb-811ece47d06924d20a94f89d1b0f5cd37254a49c.tar.gz
Restoring authorship annotation for <dimko@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/daemon.h')
-rw-r--r--util/system/daemon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/daemon.h b/util/system/daemon.h
index 8ed6fb67c7..b00793b9c9 100644
--- a/util/system/daemon.h
+++ b/util/system/daemon.h
@@ -1,11 +1,11 @@
#pragma once
-
+
namespace NDaemonMaker {
enum ECloseDescriptors {
closeAll = 0,
closeStdIoOnly
};
-
+
enum EStdIoDescriptors {
openNone = 0,
openDevNull,