~ubuntu-branches/ubuntu/wily/trafficserver/wily

« back to all changes in this revision

Viewing changes to lib/records/I_RecAlarms.h

  • Committer: Package Import Robot
  • Author(s): Arno Töll
  • Date: 2014-01-29 03:01:12 UTC
  • mfrom: (1.2.3)
  • mto: (5.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20140129030112-z48a4g1pg5gctz7z
Tags: upstream-4.1.2
Import upstream version 4.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
#define REC_ALARM_PROXY_HTTP_CONGESTED_SERVER   20
48
48
#define REC_ALARM_PROXY_HTTP_ALLEVIATED_SERVER  21
49
49
 
50
 
#define REC_ALARM_WDA_BILLING_CONNECTION_DIED   100
51
 
#define REC_ALARM_WDA_BILLING_CORRUPTED_DATA    101
52
 
#define REC_ALARM_WDA_XF_ENGINE_DOWN            102
53
 
#define REC_ALARM_WDA_RADIUS_CORRUPTED_PACKETS  103
54
 
 
55
 
#define REC_ALARM_ACC_ALARMS_START              200
56
 
#define REC_ALARM_ACC_ALARMS_END                299
57
 
 
58
50
#endif