summaryrefslogtreecommitdiff
path: root/usr/src/lib/fm/libfmd_snmp/common/problem.h
diff options
context:
space:
mode:
authorstephh <none@none>2008-08-02 03:26:27 -0700
committerstephh <none@none>2008-08-02 03:26:27 -0700
commit25c6ff4b77fcddf4097ce78a8277275ca603b46c (patch)
tree418fc0cf406815a0bf23f782b349ac0653121a77 /usr/src/lib/fm/libfmd_snmp/common/problem.h
parent5d2225f6bb395dbd38b87e1f0af3ce4afbca42f3 (diff)
downloadillumos-gate-25c6ff4b77fcddf4097ce78a8277275ca603b46c.tar.gz
PSARC/2008/487 Repair Observability changes
6534561 need means of finding existing fault state of a resource 6637804 fmd should distinguish between "repaired" and "acquitted" resources 6637812 fmd_nvl_fmri_has_fault() required to report if a given fault has been diagnosed on a resourtce/fru 6663744 send list.updated events when an individual suspect in a suspect list is repaired 6682295 need fmd_nvl_fmri_replaced() functionality 6686317 extend fmd case state to include final "repair responses complete" state 6712074 need scheme/topo interface to report full service state of a resource 6720169 add location member to the sun-fm-mib
Diffstat (limited to 'usr/src/lib/fm/libfmd_snmp/common/problem.h')
-rw-r--r--usr/src/lib/fm/libfmd_snmp/common/problem.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/lib/fm/libfmd_snmp/common/problem.h b/usr/src/lib/fm/libfmd_snmp/common/problem.h
index fb935e9ed5..d7e280c28a 100644
--- a/usr/src/lib/fm/libfmd_snmp/common/problem.h
+++ b/usr/src/lib/fm/libfmd_snmp/common/problem.h
@@ -20,7 +20,7 @@
*/
/*
- * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -48,6 +48,7 @@ typedef struct sunFmProblem_data {
ulong_t d_nsuspects;
nvlist_t **d_suspects;
nvlist_t *d_aci_event;
+ uint8_t *d_statuses;
} sunFmProblem_data_t;
typedef struct sunFmProblem_update_ctx {
@@ -59,6 +60,7 @@ typedef struct sunFmProblem_update_ctx {
} sunFmProblem_update_ctx_t;
typedef nvlist_t sunFmFaultEvent_data_t;
+typedef uint8_t sunFmFaultStatus_data_t;
int sunFmProblemTable_init(void);
int sunFmFaultEventTable_init(void);