]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
systemctl: drop pointless bitfield
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 19 Feb 2024 11:11:19 +0000 (12:11 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 20 Feb 2024 09:41:09 +0000 (10:41 +0100)
src/systemctl/systemctl-show.c

index 5bb8ad9fa07b5f4a841fdf27e195393deb8ee5f1..e81afee058f8982ebc40643f41952a3af0eb28bd 100644 (file)
@@ -204,7 +204,7 @@ typedef struct UnitStatusInfo {
         pid_t control_pid;
         const char *status_text;
         const char *pid_file;
-        bool running:1;
+        bool running;
         int status_errno;
 
         uint32_t fd_store_max;