Searched refs:lxc_msg (Results 1 - 6 of 6) sorted by relevance
/lxc/src/lxc/ |
H A D | monitor.h | 39 struct lxc_msg { struct 68 extern int lxc_monitor_read(int fd, struct lxc_msg *msg); 78 extern int lxc_monitor_read_timeout(int fd, struct lxc_msg *msg, int timeout); 90 extern int lxc_monitor_read_fdset(struct pollfd *fds, nfds_t nfds, struct lxc_msg *msg,
|
H A D | lxc.h | 36 struct lxc_msg;
|
H A D | monitor.c | 89 static void lxc_monitor_fifo_send(struct lxc_msg *msg, const char *lxcpath) 133 struct lxc_msg msg = {.type = lxc_msg_state, .value = state}; 143 struct lxc_msg msg = {.type = lxc_msg_exit_code, .value = exit_code}; 255 int lxc_monitor_read_fdset(struct pollfd *fds, nfds_t nfds, struct lxc_msg *msg, 287 int lxc_monitor_read_timeout(int fd, struct lxc_msg *msg, int timeout) 298 int lxc_monitor_read(int fd, struct lxc_msg *msg)
|
H A D | state.c | 111 struct lxc_msg msg;
|
H A D | lxc_monitord.c | 295 struct lxc_msg msglxc;
|
/lxc/src/lxc/tools/ |
H A D | lxc_monitor.c | 89 struct lxc_msg msg;
|
Completed in 12 milliseconds