comparison finch/gntconn.c @ 18210:b8572b937c09

#include reorganizations to allow compiling with glib < 2.8 using the G_GNUC_NULL_TERMINATED define from internal.h
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 20 Jun 2007 18:23:49 +0000
parents 392889212240
children 44b4e8bd759b
comparison
equal deleted inserted replaced
18209:d3cd11e13557 18210:b8572b937c09
20 * 20 *
21 * You should have received a copy of the GNU General Public License 21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 */ 24 */
25 #include "finch.h"
26
25 #include "account.h" 27 #include "account.h"
26 #include "core.h" 28 #include "core.h"
27 #include "connection.h" 29 #include "connection.h"
28 #include "debug.h" 30 #include "debug.h"
29 #include "request.h" 31 #include "request.h"
30 32
31 #include "gntconn.h" 33 #include "gntconn.h"
32 #include "finch.h"
33 34
34 #define INITIAL_RECON_DELAY_MIN 8000 35 #define INITIAL_RECON_DELAY_MIN 8000
35 #define INITIAL_RECON_DELAY_MAX 60000 36 #define INITIAL_RECON_DELAY_MAX 60000
36 37
37 #define MAX_RECON_DELAY 600000 38 #define MAX_RECON_DELAY 600000