initial import (Boeing r1752, NRL r878)
This commit is contained in:
parent
d570676fc5
commit
d9ce1c3162
394 changed files with 99738 additions and 0 deletions
18
trunk/daemon/src/vnode_chnl.h
Normal file
18
trunk/daemon/src/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