summaryrefslogtreecommitdiffstats
path: root/xlators/features/changelog/lib/src/changelog-lib-messages.h
blob: 2061217b801355ea467c3979c638fdf1dfc5764b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/*
 Copyright (c) 2015 Red Hat, Inc. <http://www.redhat.com>
 This file is part of GlusterFS.

 This file is licensed to you under your choice of the GNU Lesser
 General Public License, version 3 or any later version (LGPLv3 or
 later), or the GNU General Public License, version 2 (GPLv2), in all
 cases as published by the Free Software Foundation.
 */

#ifndef _CHANGELOG_LIB_MESSAGES_H_
#define _CHANGELOG_LIB_MESSAGES_H_

#include "glfs-message-id.h"

/* To add new message IDs, append new identifiers at the end of the list.
 *
 * Never remove a message ID. If it's not used anymore, you can rename it or
 * leave it as it is, but not delete it. This is to prevent reutilization of
 * IDs by other messages.
 *
 * The component name must match one of the entries defined in
 * glfs-message-id.h.
 */

GLFS_MSGID(CHANGELOG_LIB,
        CHANGELOG_LIB_MSG_OPEN_FAILED,
        CHANGELOG_LIB_MSG_FAILED_TO_RMDIR,
        CHANGELOG_LIB_MSG_SCRATCH_DIR_ENTRIES_CREATION_ERROR,
        CHANGELOG_LIB_MSG_THREAD_CREATION_FAILED,
        CHANGELOG_LIB_MSG_OPENDIR_ERROR,
        CHANGELOG_LIB_MSG_RENAME_FAILED,
        CHANGELOG_LIB_MSG_READ_ERROR,
        CHANGELOG_LIB_MSG_HTIME_ERROR,
        CHANGELOG_LIB_MSG_GET_TIME_ERROR,
        CHANGELOG_LIB_MSG_WRITE_FAILED,
        CHANGELOG_LIB_MSG_PTHREAD_ERROR,
        CHANGELOG_LIB_MSG_MMAP_FAILED,
        CHANGELOG_LIB_MSG_MUNMAP_FAILED,
        CHANGELOG_LIB_MSG_ASCII_ERROR,
        CHANGELOG_LIB_MSG_STAT_FAILED,
        CHANGELOG_LIB_MSG_GET_XATTR_FAILED,
        CHANGELOG_LIB_MSG_PUBLISH_ERROR,
        CHANGELOG_LIB_MSG_PARSE_ERROR,
        CHANGELOG_LIB_MSG_TOTAL_LOG_INFO,
        CHANGELOG_LIB_MSG_CLEANUP_ERROR,
        CHANGELOG_LIB_MSG_UNLINK_FAILED,
        CHANGELOG_LIB_MSG_NOTIFY_REGISTER_FAILED,
        CHANGELOG_LIB_MSG_INVOKE_RPC_FAILED,
        CHANGELOG_LIB_MSG_DRAINING_EVENT_INFO,
        CHANGELOG_LIB_MSG_CLEANING_BRICK_ENTRY_INFO,
        CHANGELOG_LIB_MSG_FREEING_ENTRY_INFO,
        CHANGELOG_LIB_MSG_XDR_DECODING_FAILED,
        CHANGELOG_LIB_MSG_NOTIFY_REGISTER_INFO,
        CHANGELOG_LIB_MSG_THREAD_CLEANUP_WARNING,
        CHANGELOG_LIB_MSG_COPY_FROM_BUFFER_FAILED,
        CHANGELOG_LIB_MSG_PTHREAD_JOIN_FAILED,
        CHANGELOG_LIB_MSG_HIST_FAILED
);

#endif /* !_CHANGELOG_MESSAGES_H_ */