diff options
Diffstat (limited to 'xlators/nfs/server/src/nfs-messages.h')
-rw-r--r-- | xlators/nfs/server/src/nfs-messages.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/xlators/nfs/server/src/nfs-messages.h b/xlators/nfs/server/src/nfs-messages.h index 9c634b22f55..77b85649c56 100644 --- a/xlators/nfs/server/src/nfs-messages.h +++ b/xlators/nfs/server/src/nfs-messages.h @@ -45,7 +45,7 @@ */ #define GLFS_NFS_BASE GLFS_MSGID_COMP_NFS -#define GLFS_NFS_NUM_MESSAGES 201 +#define GLFS_NFS_NUM_MESSAGES 202 #define GLFS_MSGID_END (GLFS_NFS_BASE + GLFS_NFS_NUM_MESSAGES + 1) /* Messages with message IDs */ @@ -1654,6 +1654,15 @@ * */ +#define NFS_MSG_ENABLE_THROTTLE_FAIL (GLFS_NFS_BASE + 202) +/*! + * @messageid + * @diagnosis + * @recommendedaction + * + */ + + /*------------*/ #define glfs_msg_end_x GLFS_MSGID_END, "Invalid: End of messages" |