Searched defs:attached_process (Results 1 - 2 of 2) sorted by relevance
/lxc/src/lxc/ |
H A D | attach.c | 727 int lxc_attach(const char* name, const char* lxcpath, lxc_attach_exec_t exec_function, void* exec_payload, lxc_attach_options_t* options, pid_t* attached_process) argument 965 *attached_process = attached_pid;
|
H A D | lxccontainer.c | 3284 static int lxcapi_attach(struct lxc_container *c, lxc_attach_exec_t exec_function, void *exec_payload, lxc_attach_options_t *options, pid_t *attached_process) argument 3293 ret = lxc_attach(c->name, c->config_path, exec_function, exec_payload, options, attached_process);
|
Completed in 591 milliseconds