Commit 961742af authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

image-desc: Don't forget to declare external @fdset_template

While being extracting common part of image descriptors to separate file
this declaration escaped me.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 17b0a47b
...@@ -90,4 +90,6 @@ struct cr_fd_desc_tmpl { ...@@ -90,4 +90,6 @@ struct cr_fd_desc_tmpl {
void (*show)(int fd); void (*show)(int fd);
}; };
extern struct cr_fd_desc_tmpl fdset_template[CR_FD_MAX];
#endif /* __CR_IMAGE_DESC_H__ */ #endif /* __CR_IMAGE_DESC_H__ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment