X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fauth%2Fcellconfig.p.h;h=3632973b15ee113c8ee5c548822a0cb6294c19fc;hp=5a60344109a7e18c9d6a1603c78c55d67a9202c6;hb=714058f3875b569523add7aca7e904198c9390ab;hpb=87c10e8d7f05dbbdf12ee9e8651dcec07e08af3f diff --git a/src/auth/cellconfig.p.h b/src/auth/cellconfig.p.h index 5a60344..3632973 100644 --- a/src/auth/cellconfig.p.h +++ b/src/auth/cellconfig.p.h @@ -1,10 +1,13 @@ /* - * (C) COPYRIGHT IBM CORPORATION 1987, 1998 - * LICENSED MATERIALS - PROPERTY OF IBM + * Copyright 2000, International Business Machines Corporation and others. + * All Rights Reserved. + * + * This software has been released under the terms of the IBM Public + * License. For details, see the LICENSE file in the top-level source + * directory or online at http://www.openafs.org/dl/license10.html */ -/*-------------------------------------------------------------------------------------------------------------- - +/* cellconfig.h: Interface to the routines used by the FileServer to manipulate the cell/server database @@ -108,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_ */