criu: hide unnecessary symbols

parent 5dc06b55
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
#include <lxc/lxccontainer.h> #include <lxc/lxccontainer.h>
extern bool __criu_pre_dump(struct lxc_container *c, struct migrate_opts *opts); __hidden extern bool __criu_pre_dump(struct lxc_container *c, struct migrate_opts *opts);
extern bool __criu_dump(struct lxc_container *c, struct migrate_opts *opts); __hidden extern bool __criu_dump(struct lxc_container *c, struct migrate_opts *opts);
extern bool __criu_restore(struct lxc_container *c, struct migrate_opts *opts); __hidden extern bool __criu_restore(struct lxc_container *c, struct migrate_opts *opts);
extern bool __criu_check_feature(uint64_t *features_to_check); __hidden extern bool __criu_check_feature(uint64_t *features_to_check);
#endif #endif
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