HIPC
0.5
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
hipc
hipc
posix
usoc.h
Go to the documentation of this file.
1
#ifndef HIPC_POSIX_USOC_H
2
#define HIPC_POSIX_USOC_H
3
4
struct
HIPC_usoc
{
5
int
fdr
;
6
int
fdw
;
7
};
8
9
#ifdef __cplusplus
10
extern
"C"
{
11
#endif
12
13
void
hipcPosixUsocInit
(
struct
HIPC_usoc
*so_p,
const
int
fdr,
14
const
int
fdw);
15
16
#ifdef __cplusplus
17
}
18
#endif
19
#endif
hipcPosixUsocInit
void hipcPosixUsocInit(struct HIPC_usoc *so_p, const int fdr, const int fdw)
Initializes a universal socket.
Definition:
posix_usoc.c:14
HIPC_usoc::fdw
int fdw
Definition:
usoc.h:6
HIPC_usoc
Definition:
usoc.h:4
HIPC_usoc::fdr
int fdr
Definition:
usoc.h:5
Generated on Sat Jun 27 2015 09:23:13 for HIPC by
1.8.6