repo.or.cz
/
remote
/
remote-mci.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MCS: Use remote.h and cleanup header file inclusion
[remote/remote-mci.git]
/
protocols
/
types.h
blob
dd03f31942f60e600f2c671b69f9ccb1eb0a5987
1
#ifndef _TYPES_H_
2
#define _TYPES_H_
3
4
#include <netinet/in.h>
5
#include <netinet/tcp.h>
6
7
namespace
remote
{
namespace
protocols
{
8
9
typedef
uint32_t
dbkey_t
;
10
11
typedef
uint8_t
result_t
;
12
13
typedef
uint8_t
status_t
;
14
15
}}
16
17
#endif