]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core/manager: drop unneeded "struct"
authorMike Yuan <me@yhndnzj.com>
Sun, 26 Oct 2025 20:23:34 +0000 (21:23 +0100)
committerMike Yuan <me@yhndnzj.com>
Wed, 5 Nov 2025 09:40:21 +0000 (10:40 +0100)
src/core/manager.h

index 74bdb7f4915d67ebbfc9b4ef20fa2dafb874b4e8..3197ca9f18f5159c59c33584b11156154e88c3ea 100644 (file)
@@ -173,7 +173,7 @@ typedef struct Manager {
         LIST_HEAD(Unit, load_queue); /* this is actually more a stack than a queue, but uh. */
 
         /* Jobs that need to be run */
-        struct Prioq *run_queue;
+        Prioq *run_queue;
 
         /* Units and jobs that have not yet been announced via
          * D-Bus. When something about a job changes it is added here