Blame xlators/features/utime/src/utime-messages.h

Packit Service e080da
/*
Packit Service e080da
  Copyright (c) 2018 Red Hat, Inc. <http://www.redhat.com>
Packit Service e080da
  This file is part of GlusterFS.
Packit Service e080da
Packit Service e080da
  This file is licensed to you under your choice of the GNU Lesser
Packit Service e080da
  General Public License, version 3 or any later version (LGPLv3 or
Packit Service e080da
  later), or the GNU General Public License, version 2 (GPLv2), in all
Packit Service e080da
  cases as published by the Free Software Foundation.
Packit Service e080da
*/
Packit Service e080da
Packit Service e080da
#ifndef __UTIME_MESSAGES_H__
Packit Service e080da
#define __UTIME_MESSAGES_H__
Packit Service e080da
Packit Service e080da
#include <glusterfs/glfs-message-id.h>
Packit Service e080da
Packit Service e080da
/* To add new message IDs, append new identifiers at the end of the list.
Packit Service e080da
 *
Packit Service e080da
 * Never remove a message ID. If it's not used anymore, you can rename it or
Packit Service e080da
 * leave it as it is, but not delete it. This is to prevent reutilization of
Packit Service e080da
 * IDs by other messages.
Packit Service e080da
 *
Packit Service e080da
 * The component name must match one of the entries defined in
Packit Service e080da
 * glfs-message-id.h.
Packit Service e080da
 */
Packit Service e080da
Packit Service a90fdc
GLFS_MSGID(UTIME, UTIME_MSG_NO_MEMORY, UTIME_MSG_SET_MDATA_FAILED,
Packit Service a90fdc
           UTIME_MSG_DICT_SET_FAILED);
Packit Service e080da
Packit Service e080da
#endif /* __UTIME_MESSAGES_H__ */