Windows: AFSTearDownExtents may experience active extents
[openafs.git] / src / WINNT / afssvrmgr / agg_prop.h
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  *
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
8  */
9
10 #ifndef AGG_PROP_H
11 #define AGG_PROP_H
12
13 /*
14  * TYPEDEFS ___________________________________________________________________
15  *
16  */
17
18 typedef struct
19    {
20    LPIDENT lpi;
21    BOOL fIDC_AGG_WARNALLOC;
22    BOOL fIDC_AGG_WARN;
23    BOOL fIDC_AGG_WARN_AGGFULL_DEF;
24    short wIDC_AGG_WARN_AGGFULL_PERCENT;
25    } AGG_PROP_APPLY_PACKET, *LPAGG_PROP_APPLY_PACKET;
26
27
28 /*
29  * PROTOTYPES _________________________________________________________________
30  *
31  */
32
33 void Aggregates_ShowProperties (LPIDENT lpi, size_t nAlerts, BOOL fThreshold = FALSE, HWND hParentModal = NULL);
34
35
36 #endif
37