2 * Copyright 2000, International Business Machines Corporation and others.
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
15 * DEFINITIONS ________________________________________________________________
23 } SVR_SETAUTH_PARAMS
, *LPSVR_SETAUTH_PARAMS
;
30 BOOL fIDC_SVR_WARN_AGGFULL
;
31 WORD wIDC_SVR_WARN_AGGFULL_PERCENT
;
33 BOOL fIDC_SVR_WARN_SETFULL
;
34 WORD wIDC_SVR_WARN_SETFULL_PERCENT
;
36 BOOL fIDC_SVR_WARN_AGGALLOC
;
37 BOOL fIDC_SVR_WARN_SVCSTOP
;
38 BOOL fIDC_SVR_WARN_TIMEOUT
;
39 BOOL fIDC_SVR_WARN_SETNOVLDB
;
40 BOOL fIDC_SVR_WARN_SETNOSERV
;
41 BOOL fIDC_SVR_WARN_AGGNOSERV
;
43 BOOL fIDC_SVR_AUTOREFRESH
;
44 size_t dwIDC_SVR_AUTOREFRESH_MINUTES
;
45 } SVR_SCOUT_APPLY_PACKET
, *LPSVR_SCOUT_APPLY_PACKET
;
49 * PROTOTYPES _________________________________________________________________
53 void Server_ShowProperties (LPIDENT lpiServer
, size_t nAlerts
);