mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	Timers: Replace old timers with microsecond timers
The old timer interface is still kept, but implemented by new timers. The plan is to switch from the old inteface to the new interface, then clean it up.
This commit is contained in:
		@@ -452,7 +452,7 @@ config_undo(void)
 | 
			
		||||
extern void cmd_reconfig_undo_notify(void);
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
config_timeout(struct timer *t UNUSED)
 | 
			
		||||
config_timeout(timer *t UNUSED)
 | 
			
		||||
{
 | 
			
		||||
  log(L_INFO "Config timeout expired, starting undo");
 | 
			
		||||
  cmd_reconfig_undo_notify();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user