This website requires JavaScript.
Explore
Help
Register
Sign In
Archive-Team
/
zfs
Watch
2
Star
0
Fork
You've already forked zfs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
103
Wiki
Activity
8e2140b770
zfs
/
include
/
rpc
/
types.h
7 lines
101 B
C
Raw
Normal View
History
Unescape
Escape
Stub out some missing headers which are expected. I'll fill in what the contents need to be as I encounter the warnings about missing prototypes, symbols, and such. git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@21 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
2008-03-01 18:30:12 +00:00
#
ifndef _SPL_RPC_TYPES_H
#
define _SPL_RPC_TYPES_H
Add XDR implementation Added proper XDR implementation (Lustre bug 17662), needed for on-disk compatibility between platforms of different endianness.
2009-03-10 19:51:45 +00:00
typedef
int
bool_t
;
Stub out some missing headers which are expected. I'll fill in what the contents need to be as I encounter the warnings about missing prototypes, symbols, and such. git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@21 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
2008-03-01 18:30:12 +00:00
#
endif
/* SPL_RPC_TYPES_H */