From 540d06d11d4fe9b7322e9e8fd092b48e9695cd5e Mon Sep 17 00:00:00 2001 From: pjkirner Date: Mon, 26 Sep 2005 13:54:42 +0000 Subject: [PATCH] * Complete the partial checkin of the MSG_TYPE_PUT typo. The build works again. --- lnet/include/lnet/ptllnd_wire.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnet/include/lnet/ptllnd_wire.h b/lnet/include/lnet/ptllnd_wire.h index ffb69f2..a14a4d2 100644 --- a/lnet/include/lnet/ptllnd_wire.h +++ b/lnet/include/lnet/ptllnd_wire.h @@ -62,7 +62,7 @@ typedef struct kptl_msg #define PTLLND_MSG_VERSION 0x01 #define PTLLND_MSG_TYPE_INVALID 0x00 -#define PLTLND_MSG_TYPE_PUT 0x01 +#define PTLLND_MSG_TYPE_PUT 0x01 #define PTLLND_MSG_TYPE_GET 0x02 #define PTLLND_MSG_TYPE_IMMEDIATE 0x03 /* No bulk data xfer*/ #define PTLLND_MSG_TYPE_NOOP 0x04 -- 1.8.3.1