diff options
| author | Hari Gowtham <hgowtham@redhat.com> | 2015-08-13 12:53:33 +0530 | 
|---|---|---|
| committer | Raghavendra G <rgowdapp@redhat.com> | 2015-08-31 20:28:53 -0700 | 
| commit | 0baf199b065ee3adcbf36a503ac91737ab39f7e1 (patch) | |
| tree | 98211fe02551346765b2e7b95a2b7438198f2669 /xlators/performance/quick-read/src/quick-read-messages.h | |
| parent | 9f52d22690b3b0aac0a736eb15fe649fde6286b5 (diff) | |
performance translators : porting the missing gf_log to gf_msg
Change-Id: I5cc2b4669b164fe09637c86da05d2d94589dd7e4
BUG: 1253149
Signed-off-by: Hari Gowtham <hgowtham@redhat.com>
Reviewed-on: http://review.gluster.org/11906
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Raghavendra G <rgowdapp@redhat.com>
Diffstat (limited to 'xlators/performance/quick-read/src/quick-read-messages.h')
| -rw-r--r-- | xlators/performance/quick-read/src/quick-read-messages.h | 11 | 
1 files changed, 10 insertions, 1 deletions
diff --git a/xlators/performance/quick-read/src/quick-read-messages.h b/xlators/performance/quick-read/src/quick-read-messages.h index d7444dd8c8f..a3bd594471f 100644 --- a/xlators/performance/quick-read/src/quick-read-messages.h +++ b/xlators/performance/quick-read/src/quick-read-messages.h @@ -40,7 +40,7 @@   */  #define GLFS_QUICK_READ_BASE                    GLFS_MSGID_COMP_QUICK_READ -#define GLFS_QUICK_READ_NUM_MESSAGES            7 +#define GLFS_QUICK_READ_NUM_MESSAGES            8  #define GLFS_MSGID_END                          (GLFS_QUICK_READ_BASE +\                                                GLFS_QUICK_READ_NUM_MESSAGES + 1) @@ -112,6 +112,15 @@   *   */ +#define QUICK_READ_MSG_LRU_NOT_EMPTY            (GLFS_QUICK_READ_BASE + 8) + +/*! + * @messageid + * @diagnosis + * @recommendedaction  None + * + */ +  /*------------*/  #define glfs_msg_end_x GLFS_MSGID_END, "Invalid: End of messages"  | 
