Plane: use library gcs_severity

This commit is contained in:
Andrew Tridgell 2013-05-09 09:28:57 +10:00
parent 95120ed43d
commit b940c4b28e
1 changed files with 0 additions and 7 deletions

View File

@ -146,13 +146,6 @@ enum ap_message {
MSG_RETRY_DEFERRED // this must be last
};
enum gcs_severity {
SEVERITY_LOW=1,
SEVERITY_MEDIUM,
SEVERITY_HIGH,
SEVERITY_CRITICAL
};
// Logging message types. NOTE: If you change the value of one
// of these then existing logs will break! Only add at the end, and
// mark unused ones as 'deprecated', but leave them in