]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/home/homed-operation.h
homework: Implement offline updates
[thirdparty/systemd.git] / src / home / homed-operation.h
index 004246a4e642a9711c5f13e1d40420409937d3ac..af165bb4a5213fe231a35341328e3b231d795baf 100644 (file)
@@ -39,6 +39,7 @@ typedef struct Operation {
         sd_bus_message *message;
 
         UserRecord *secret;
+        uint64_t call_flags; /* flags passed into UpdateEx() or CreateHomeEx() */
         int send_fd;   /* pipe fd for AcquireHome() which is taken already when we start the operation */
 
         int result;    /* < 0 if not completed yet, == 0 on failure, > 0 on success */