Commit bbf71707 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

ipc: Add missing ipc_ns.h

Which was missed to add to git index
in one of previous IPC patch series.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent bb6d57e8
#ifndef IPC_NS_H_
#define IPC_NS_H_
#include "crtools.h"
extern void show_ipc_ns(int fd);
extern int dump_ipc_ns(int ns_pid, struct cr_fdset *fdset);
extern int prepare_ipc_ns(int pid);
#endif /* IPC_NS_H_ */
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