[CRIU] [PATCH] image-desc: Don't forget to declare external @fdset_template
Cyrill Gorcunov
gorcunov at openvz.org
Tue May 28 16:14:03 EDT 2013
While being extracting common part of image descriptors to separate file
this declaration escaped me.
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
include/image-desc.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/image-desc.h b/include/image-desc.h
index 36a6d46..1e1a2a0 100644
--- a/include/image-desc.h
+++ b/include/image-desc.h
@@ -90,4 +90,6 @@ struct cr_fd_desc_tmpl {
void (*show)(int fd);
};
+extern struct cr_fd_desc_tmpl fdset_template[CR_FD_MAX];
+
#endif /* __CR_IMAGE_DESC_H__ */
--
1.8.1.4
More information about the CRIU
mailing list