tmuxproc
static struct tmuxproc *client_proc;
struct tmuxproc *tp = arg;
struct tmuxproc *
struct tmuxproc *tp;
proc_loop(struct tmuxproc *tp, int (*loopcb)(void))
proc_exit(struct tmuxproc *tp)
proc_set_signals(struct tmuxproc *tp, void (*signalcb)(int))
proc_clear_signals(struct tmuxproc *tp, int defaults)
proc_add_peer(struct tmuxproc *tp, int fd,
proc_toggle_log(struct tmuxproc *tp)
struct tmuxproc *parent;
server_start(struct tmuxproc *client, uint64_t flags, struct event_base *base,
struct tmuxproc *server_proc;
struct tmuxproc *proc_start(const char *);
extern struct tmuxproc *server_proc;
struct tmuxproc;