Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/bind9/dns
File: timer.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 DNS_TIMER_H
[12] Fix | Delete
#define DNS_TIMER_H 1
[13] Fix | Delete
[14] Fix | Delete
/*! \file dns/timer.h */
[15] Fix | Delete
[16] Fix | Delete
/***
[17] Fix | Delete
*** Imports
[18] Fix | Delete
***/
[19] Fix | Delete
[20] Fix | Delete
#include <stdbool.h>
[21] Fix | Delete
[22] Fix | Delete
#include <isc/buffer.h>
[23] Fix | Delete
#include <isc/lang.h>
[24] Fix | Delete
[25] Fix | Delete
ISC_LANG_BEGINDECLS
[26] Fix | Delete
[27] Fix | Delete
/***
[28] Fix | Delete
*** Functions
[29] Fix | Delete
***/
[30] Fix | Delete
[31] Fix | Delete
isc_result_t
[32] Fix | Delete
dns_timer_setidle(isc_timer_t *timer, unsigned int maxtime,
[33] Fix | Delete
unsigned int idletime, bool purge);
[34] Fix | Delete
/*%<
[35] Fix | Delete
* Convenience function for setting up simple, one-second-granularity
[36] Fix | Delete
* idle timers as used by zone transfers.
[37] Fix | Delete
* \brief
[38] Fix | Delete
* Set the timer 'timer' to go off after 'idletime' seconds of inactivity,
[39] Fix | Delete
* or after 'maxtime' at the very latest. Events are purged iff
[40] Fix | Delete
* 'purge' is true.
[41] Fix | Delete
*/
[42] Fix | Delete
[43] Fix | Delete
ISC_LANG_ENDDECLS
[44] Fix | Delete
[45] Fix | Delete
#endif /* DNS_TIMER_H */
[46] Fix | Delete
[47] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function