]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
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 c05cd53562b8a64bf80f87e7a42c06bda8f30c7d..4a31cac638d7a7df63b1da15cad019eab2be8282 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 0a0bc2a9a9df426688e84060a6ed0f10a0810f0d..3632973b15ee113c8ee5c548822a0cb6294c19fc 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_ */