f48b61938a
Added proper XDR implementation (Lustre bug 17662), needed for on-disk compatibility between platforms of different endianness.
7 lines
101 B
C
7 lines
101 B
C
#ifndef _SPL_RPC_TYPES_H
|
|
#define _SPL_RPC_TYPES_H
|
|
|
|
typedef int bool_t;
|
|
|
|
#endif /* SPL_RPC_TYPES_H */
|