diff options
author | qwerty <qwerty@yandex-team.ru> | 2022-02-10 16:49:24 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:24 +0300 |
commit | 34e37ee57f5837a8da2fdfaccaac9bbe6c7f02ba (patch) | |
tree | c9e2dc7251a6743c4352ec4a4c717b18a1bd4da7 /util/system/daemon.h | |
parent | 19bd45eb7775ffded0c62ab05d10b7326198aaa6 (diff) | |
download | ydb-34e37ee57f5837a8da2fdfaccaac9bbe6c7f02ba.tar.gz |
Restoring authorship annotation for <qwerty@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/daemon.h')
-rw-r--r-- | util/system/daemon.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/util/system/daemon.h b/util/system/daemon.h index b00793b9c9..01a5d319ce 100644 --- a/util/system/daemon.h +++ b/util/system/daemon.h @@ -12,11 +12,11 @@ namespace NDaemonMaker { openYandexStd }; - enum EChDir { - chdirNone = 0, - chdirRoot - }; - + enum EChDir { + chdirNone = 0, + chdirRoot + }; + enum EParent { callExitFromParent = 0, returnFromParent |