Whamcloud - gitweb
LU-3828 mdt: hsm tunable can be set permanently
[fs/lustre-release.git] / lustre / utils / gss / lsupport.h
index 7fff8ad..576cefa 100644 (file)
@@ -1,5 +1,36 @@
-/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
- * vim:expandtab:shiftwidth=8:tabstop=8:
+/*
+ * GPL HEADER START
+ *
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 only,
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License version 2 for more details (a copy is included
+ * in the LICENSE file that accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License
+ * version 2 along with this program; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 021110-1307, USA
+ *
+ * GPL HEADER END
+ */
+/*
+ * Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Use is subject to license terms.
+ *
+ * Copyright (c) 2012, Whamcloud, Inc.
+ */
+/*
+ * This file is part of Lustre, http://www.lustre.org/
+ * Lustre is a trademark of Sun Microsystems, Inc.
+ *
+ * lustre/utils/gss/lsupport.h
  */
 
 #ifndef __LSUPPORT_H__
@@ -20,8 +51,9 @@ void gssd_exit_unique(int type);
  * copied from lustre source
  */
 
-#define LUSTRE_GSS_SVC_MDS      0
-#define LUSTRE_GSS_SVC_OSS      1
+#define LUSTRE_GSS_SVC_MGS      0
+#define LUSTRE_GSS_SVC_MDS      1
+#define LUSTRE_GSS_SVC_OSS      2
 
 extern const char * lustre_svc_name[];
 
@@ -56,6 +88,6 @@ struct lgssd_ioctl_param {
 
 int lnet_nid2hostname(lnet_nid_t nid, char *buf, int buflen);
 void cleanup_mapping(void);
-int lookup_mapping(char *princ, uint64_t nid, uid_t *uid);
+int lookup_mapping(char *princ, lnet_nid_t nid, uid_t *uid);
 
 #endif /* __LSUPPORT_H__ */