echointerval timer added.
FossilOrigin-Name: 92e673c1f1e22d494dc37cbc62ccfa7fef45005378e51d7611bd0c81bb3a9278
This commit is contained in:
		@ -7,6 +7,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#include "cw/capwap.h"
 | 
					#include "cw/capwap.h"
 | 
				
			||||||
#include "cw/fragman.h"
 | 
					#include "cw/fragman.h"
 | 
				
			||||||
 | 
					#include "cw/timer.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define WTPMAN_QSIZE 1024
 | 
					#define WTPMAN_QSIZE 1024
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -32,7 +33,10 @@ struct wtpman{
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	int socklistindex;
 | 
						int socklistindex;
 | 
				
			||||||
	int connected; 
 | 
						int connected;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						cw_timer_t echointerval_timer; 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user