Chris Browne cbbrowne at lists.slony.info
Tue Feb 6 13:04:29 PST 2007
Update of /home/cvsd/slony1/slony1-engine/src/slon
In directory main:/tmp/cvs-serv6803

Modified Files:
	confoptions.h 
Log Message:
Needed to add external reference for new timeout parameter
extern int remote_listen_timeout;


Index: confoptions.h
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/confoptions.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** confoptions.h	27 Oct 2006 20:10:57 -0000	1.32
--- confoptions.h	6 Feb 2007 21:04:27 -0000	1.33
***************
*** 21,24 ****
--- 21,25 ----
  extern int	sync_max_rowsize;
  extern int	sync_max_largemem;
+ extern int remote_listen_timeout;
  
  extern int	sync_group_maxsize;




More information about the Slony1-commit mailing list