2 * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
3 * Use is subject to license terms.
10 #pragma ident "%Z%%M% %I% %E% SMI"
17 * This file has some defines common to the iprop client and
22 * Maximum size for each ulog entry is 2KB and maximum
23 * possible attribute-value pairs for each ulog entry is 20
25 #define MAXENTRY_SIZE 2048
26 #define MAXATTRS_SIZE 20
28 #define KIPROP_SVC_NAME "kiprop"
29 #define MAX_BACKOFF 300 /* Backoff for a maximum for 5 mts */
36 typedef enum iprop_role iprop_role
;
42 #endif /* !_IPROP_HDR_H */