gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: define exit code for not restart


From: gnunet
Subject: [taler-exchange] branch master updated: define exit code for not restarting via systemd (see #8030)
Date: Mon, 08 Jan 2024 16:32:56 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new c3e597a8 define exit code for not restarting via systemd (see #8030)
c3e597a8 is described below

commit c3e597a8183cb86b0895118ee3f87e42c968d55b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jan 8 16:32:52 2024 +0100

    define exit code for not restarting via systemd (see #8030)
---
 src/include/platform.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/include/platform.h b/src/include/platform.h
index efce84ee..e972943d 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -254,6 +254,11 @@ atoll (const char *nptr);
 #define EXIT_NOTRUNNING 7
 #endif
 
+#ifndef EXIT_NO_RESTART 9
+#define EXIT_NO_RESTART 9
+#endif
+
+
 /**
  * clang et al do not have such an attribute
  */

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]