mrafs-port-definitions-20010212
authorHartmut Reuter <reuter@rzg.mpg.de>
Mon, 12 Feb 2001 16:21:00 +0000 (16:21 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 12 Feb 2001 16:21:00 +0000 (16:21 +0000)
Ports used by additional MRAFS services

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================
mrafs port definitions

src/auth/cellconfig.c
src/auth/cellconfig.p.h

index c05cd53..4a31cac 100644 (file)
@@ -55,6 +55,8 @@ static struct afsconf_servPair serviceTable [] = {
     "afsnanny",        7007,
     "afsupdate",7008,
     "afsrmtsys",7009,
+    "afsres",   7010,   /* residency database for MR-AFS */
+    "afsremio", 7011,   /* remote I/O interface for MR-AFS */
     0, 0               /* insert new services before this spot */
 };
 
index 0a0bc2a..3632973 100644 (file)
@@ -111,5 +111,9 @@ struct afsconf_servPair {
 #define        AFSCONF_UPDATEPORT              7008
 #define        AFSCONF_RMTSYSSERVICE           "afsrmtsys"
 #define        AFSCONF_RMTSYSPORT              7009
+#define AFSCONF_RSDBSERVICE             "afsres"
+#define AFSCONF_RESPORT                 7010
+#define AFSCONF_REMIODBSERVICE          "afsremio"
+#define AFSCONF_REMIOPORT               7011 
 
 #endif /* __CELLCONFIG_AFS_INCL_ */