nfs-ganesha 1.4

err_mfsl.h

Go to the documentation of this file.
00001 /*
00002  *
00003  * Copyright CEA/DAM/DIF  (2008)
00004  * contributeur : Philippe DENIEL   philippe.deniel@cea.fr
00005  *                Thomas LEIBOVICI  thomas.leibovici@cea.fr
00006  *
00007  *
00008  * This program is free software; you can redistribute it and/or
00009  * modify it under the terms of the GNU Lesser General Public
00010  * License as published by the Free Software Foundation; either
00011  * version 3 of the License, or (at your option) any later version.
00012  * 
00013  * This program is distributed in the hope that it will be useful,
00014  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00015  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00016  * Lesser General Public License for more details.
00017  * 
00018  * You should have received a copy of the GNU Lesser General Public
00019  * License along with this library; if not, write to the Free Software
00020  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
00021  * 
00022  * ---------------------------------------
00023  */
00024 
00035 #ifndef _ERR_MFSL_H
00036 #define _ERR_MFSL_H
00037 
00038 #include "log.h"
00039 
00040 static family_error_t __attribute__ ((__unused__)) tab_errstatus_MFSL[] =
00041 {
00042 
00043 #define ERR_MFSL_NO_ERROR 0
00044   {
00045   ERR_MFSL_NO_ERROR, "ERR_MFSL_NO_ERROR", "No error"},
00046   {
00047   ERR_NULL, "ERR_NULL", ""}
00048 };
00049 
00050 #endif /*_ERR_MFSL_H*/