moved netns code from daemon/src to netns at the top level, updated files to account for location change
This commit is contained in:
parent
e4a0069bc3
commit
d799390c4a
32 changed files with 14 additions and 14 deletions
18
netns/vnode_chnl.h
Normal file
18
netns/vnode_chnl.h
Normal file
|
@ -0,0 +1,18 @@
|
|||
/*
|
||||
* CORE
|
||||
* Copyright (c)2010-2012 the Boeing Company.
|
||||
* See the LICENSE file included in this distribution.
|
||||
*
|
||||
* author: Tom Goff <thomas.goff@boeing.com>
|
||||
*
|
||||
* vnode_chnl.h
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _VNODE_CHNL_H_
|
||||
#define _VNODE_CHNL_H_
|
||||
|
||||
int vnode_connect(const char *name);
|
||||
int vnode_listen(const char *name);
|
||||
|
||||
#endif /* _VNODE_CHNL_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue