chiark / gitweb /
Add initialization helper for file_handle_union
[elogind.git] / src / shared / util.h
index 84453713caebd2f164a498aa12a5f251eb1ab6d0..5818fee82e52f48be4bdd9c1fdea8c0ee5f169a9 100644 (file)
@@ -993,6 +993,7 @@ union file_handle_union {
         struct file_handle handle;
         char padding[sizeof(struct file_handle) + MAX_HANDLE_SZ];
 };
+#define FILE_HANDLE_INIT { .handle.handle_bytes = MAX_HANDLE_SZ }
 
 int update_reboot_param_file(const char *param);