chiark / gitweb /
assert: store away assert msg before aborting, akin to glibc's __abort_msg
[elogind.git] / service.h
index dc597aa0e92dfeb6d2d3dbb3fdbfa90e0234850e..6700229b5c05a238a908f90ae54eccd77e2ed5af 100644 (file)
--- a/service.h
+++ b/service.h
@@ -110,6 +110,8 @@ struct Service {
 
         bool bus_name_good:1;
 
+        bool got_socket_fd:1;
+
         bool sysv_has_lsb:1;
         char *sysv_path;
         int sysv_start_priority;