mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	Merge commit '4a23ede2b056a41456790cc20a0c3d92a7137693' into haugesund
This commit is contained in:
		| @@ -2,5 +2,6 @@ src := perf.c | ||||
| obj := $(src-o-files) | ||||
| $(all-daemon) | ||||
| $(cf-local) | ||||
| $(call proto-build,perf_build) | ||||
|  | ||||
| tests_objs := $(tests_objs) $(src-o-files) | ||||
|   | ||||
| @@ -314,3 +314,9 @@ struct protocol proto_perf = { | ||||
|   .reconfigure = 	perf_reconfigure, | ||||
|   .copy_config =	perf_copy_config, | ||||
| }; | ||||
|  | ||||
| void | ||||
| perf_build(void) | ||||
| { | ||||
|   proto_build(&proto_perf); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user