Searched defs:attach (Results 1 - 3 of 3) sorted by relevance

/lxc/src/lxc/cgroups/
H A Dcgroup.h58 bool (*attach)(const char *name, const char *lxcpath, pid_t pid); member in struct:cgroup_ops
/lxc/src/lxc/
H A Dlxccontainer.h624 int (*attach)(struct lxc_container *c, lxc_attach_exec_t exec_function, member in struct:lxc_container
631 * \param options See \ref attach options.
644 * \param options See \ref attach options.
/lxc/src/lua-lxc/
H A Dlxc.lua94 function container:attach(what, ...)
95 return self.core:attach(what, ...)

Completed in 9 milliseconds