blob: d71171807b5378320c7e4e7fc7e9ebdaf3bd22b0 [file] [log] [blame]
/** @file
Public REC_SIGNAL defines
@section license License
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
#ifndef _I_REC_SIGNALS_H_
#define _I_REC_SIGNALS_H_
// copy from proxy/mgmt2/BaseManager.h
#define REC_SIGNAL_PID 0
#define REC_SIGNAL_MACHINE_UP 1
#define REC_SIGNAL_MACHINE_DOWN 2
#define REC_SIGNAL_CONFIG_ERROR 3
#define REC_SIGNAL_SYSTEM_ERROR 4
#define REC_SIGNAL_LOG_SPACE_CRISIS 5
#define REC_SIGNAL_CONFIG_FILE_READ 6
#define REC_SIGNAL_CACHE_ERROR 7
#define REC_SIGNAL_CACHE_WARNING 8
#define REC_SIGNAL_LOGGING_ERROR 9
#define REC_SIGNAL_LOGGING_WARNING 10
// Currently unused: 11
#define REC_SIGNAL_PLUGIN_CONFIG_REG 12
#define REC_SIGNAL_PLUGIN_ADD_REC 13
#define REC_SIGNAL_PLUGIN_SET_CONFIG 14
#define REC_SIGNAL_LOG_FILES_ROLLED 15
#define REC_SIGNAL_LIBRECORDS 16
#define REC_SIGNAL_HTTP_CONGESTED_SERVER 20
#define REC_SIGNAL_HTTP_ALLEVIATED_SERVER 21
#define REC_SIGNAL_WDA_BILLING_CONNECTION_DIED 100
#define REC_SIGNAL_WDA_BILLING_CORRUPTED_DATA 101
#define REC_SIGNAL_WDA_XF_ENGINE_DOWN 102
#define REC_SIGNAL_WDA_RADIUS_CORRUPTED_PACKETS 103
#define REC_SIGNAL_ACC_ALARMS_START 200
#define REC_SIGNAL_ACC_ALARMS_END 299
#endif