| Index: infra/libs/service_utils/_daemon_win32.py
|
| diff --git a/infra/libs/service_utils/_daemon_win32.py b/infra/libs/service_utils/_daemon_win32.py
|
| index a59e964f08da29691ce9a3b2809c1ea3f0fca03f..629e7a4fe322efdaea4fc422926aff9b91d42a93 100644
|
| --- a/infra/libs/service_utils/_daemon_win32.py
|
| +++ b/infra/libs/service_utils/_daemon_win32.py
|
| @@ -92,5 +92,9 @@ def add_timeout(_cmd, _timeout_secs): # pragma: no cover
|
| raise NotImplementedError
|
|
|
|
|
| +def close_all_fds(_keep_fds): # pragma: no cover
|
| + raise NotImplementedError
|
| +
|
| +
|
| def become_daemon(_keep_fds=None): # pragma: no cover
|
| raise NotImplementedError
|
|
|