summaryrefslogtreecommitdiff
path: root/src/shared/util.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-01-25 16:40:20 -0500
committerAnthony G. Basile <blueness@gentoo.org>2015-01-25 16:40:20 -0500
commit6d90157e448a4938aad0bd208c5f192f14b3ef8d (patch)
tree698b0a9f2b491b7d97ae212aa5a311636522ea4f /src/shared/util.h
parent0e18836796aaa697522a4dd5d8b89ac88aa9e87e (diff)
Add initialization helper for file_handle_union
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/shared/util.h')
-rw-r--r--src/shared/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/util.h b/src/shared/util.h
index 3fceb18841..8b7d37d73c 100644
--- a/src/shared/util.h
+++ b/src/shared/util.h
@@ -461,6 +461,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 tempfn_xxxxxx(const char *p, char **ret);