Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/bind9/isc
File: eventclass.h
/*
[0] Fix | Delete
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
[1] Fix | Delete
*
[2] Fix | Delete
* This Source Code Form is subject to the terms of the Mozilla Public
[3] Fix | Delete
* License, v. 2.0. If a copy of the MPL was not distributed with this
[4] Fix | Delete
* file, you can obtain one at https://mozilla.org/MPL/2.0/.
[5] Fix | Delete
*
[6] Fix | Delete
* See the COPYRIGHT file distributed with this work for additional
[7] Fix | Delete
* information regarding copyright ownership.
[8] Fix | Delete
*/
[9] Fix | Delete
[10] Fix | Delete
[11] Fix | Delete
#ifndef ISC_EVENTCLASS_H
[12] Fix | Delete
#define ISC_EVENTCLASS_H 1
[13] Fix | Delete
[14] Fix | Delete
/*! \file isc/eventclass.h
[15] Fix | Delete
***** Registry of Predefined Event Type Classes
[16] Fix | Delete
*****/
[17] Fix | Delete
[18] Fix | Delete
/*%
[19] Fix | Delete
* An event class is an unsigned 16 bit number. Each class may contain up
[20] Fix | Delete
* to 65536 events. An event type is formed by adding the event number
[21] Fix | Delete
* within the class to the class number.
[22] Fix | Delete
*
[23] Fix | Delete
*/
[24] Fix | Delete
[25] Fix | Delete
#define ISC_EVENTCLASS(eclass) ((eclass) << 16)
[26] Fix | Delete
[27] Fix | Delete
/*@{*/
[28] Fix | Delete
/*!
[29] Fix | Delete
* Classes < 1024 are reserved for ISC use.
[30] Fix | Delete
* Event classes >= 1024 and <= 65535 are reserved for application use.
[31] Fix | Delete
*/
[32] Fix | Delete
[33] Fix | Delete
#define ISC_EVENTCLASS_TASK ISC_EVENTCLASS(0)
[34] Fix | Delete
#define ISC_EVENTCLASS_TIMER ISC_EVENTCLASS(1)
[35] Fix | Delete
#define ISC_EVENTCLASS_SOCKET ISC_EVENTCLASS(2)
[36] Fix | Delete
#define ISC_EVENTCLASS_FILE ISC_EVENTCLASS(3)
[37] Fix | Delete
#define ISC_EVENTCLASS_DNS ISC_EVENTCLASS(4)
[38] Fix | Delete
#define ISC_EVENTCLASS_APP ISC_EVENTCLASS(5)
[39] Fix | Delete
#define ISC_EVENTCLASS_OMAPI ISC_EVENTCLASS(6)
[40] Fix | Delete
#define ISC_EVENTCLASS_RATELIMITER ISC_EVENTCLASS(7)
[41] Fix | Delete
#define ISC_EVENTCLASS_ISCCC ISC_EVENTCLASS(8)
[42] Fix | Delete
/*@}*/
[43] Fix | Delete
[44] Fix | Delete
#endif /* ISC_EVENTCLASS_H */
[45] Fix | Delete
[46] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function