Whamcloud - gitweb
b=16150
[fs/lustre-release.git] / lnet / selftest / rpc.h
index b0585c7..4ef2178 100644 (file)
@@ -65,6 +65,8 @@ typedef enum {
         SRPC_MSG_JOIN_REPLY     = 17,
 } srpc_msg_type_t;
 
+#include <libcfs/libcfs_pack.h>
+
 /* CAVEAT EMPTOR:
  * All srpc_*_reqst_t's 1st field must be matchbits of reply buffer,
  * and 2nd field matchbits of bulk buffer if any.
@@ -265,4 +267,6 @@ typedef struct {
         }     msg_body;
 } WIRE_ATTR srpc_msg_t;
 
+#include <libcfs/libcfs_unpack.h>
+
 #endif /* __SELFTEST_RPC_H__ */