gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: define exit code for not restarting via


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

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

grothoff pushed a commit to branch master
in repository gnunet.

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

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

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

diff --git a/src/include/platform.h b/src/include/platform.h
index baf6986ed..23bc76ef5 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -273,6 +273,10 @@ 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]