mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-14 18:07:06 +00:00
10 lines
103 B
Plaintext
10 lines
103 B
Plaintext
@@
|
|
identifier I;
|
|
identifier func =~ "thread_add_";
|
|
struct thread *thread;
|
|
@@
|
|
|
|
*thread = NULL;
|
|
...
|
|
func
|