]> git.proxmox.com Git - systemd.git/blobdiff - src/core/dynamic-user.h
New upstream version 242
[systemd.git] / src / core / dynamic-user.h
index 112f91e63a03f9e7528c8efb411c8f7a1124e213..0a55630ab9b35734d1775e2ed82ae4fe6c9d2682 100644 (file)
@@ -15,8 +15,8 @@ typedef struct DynamicCreds {
  * used. This means, if you want to allocate a group and user pair, and they might have two different names, then you
  * need to allocated two of these objects. DynamicCreds below makes that easy. */
 struct DynamicUser {
-        unsigned n_ref;
         Manager *manager;
+        unsigned n_ref;
 
         /* An AF_UNIX socket pair that contains a datagram containing both the numeric ID assigned, as well as a lock
          * file fd locking the user ID we picked. */