chiark / gitweb /
pahole: rearrange structs to make them smaller
[elogind.git] / src / automount.h
index 13b56effb6fa96204ea503fc830885e7337e5774..4f879f4085f451129fb33464eb5c898876577d73 100644 (file)
@@ -45,10 +45,10 @@ struct Automount {
         Mount *mount;
 
         int pipe_fd;
+        mode_t directory_mode;
         Watch pipe_watch;
         dev_t dev_id;
 
-        mode_t directory_mode;
 
         Set *tokens;