]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/execute.h
tree-wide: use unsigned for refcount
[thirdparty/systemd.git] / src / core / execute.h
index 2e8b01f7695f97f9899e195a0187689cb62533b4..03a36e608cdbd537fc091fa208b87d096b07b70c 100644 (file)
@@ -107,7 +107,7 @@ struct ExecCommand {
  * between invocations of commands. This is a reference counted object, with one reference taken by each currently
  * active command invocation that wants to share this runtime. */
 struct ExecRuntime {
-        int n_ref;
+        unsigned n_ref;
 
         Manager *manager;