]> git.proxmox.com Git - mirror_frr.git/blob - tools/coccinelle/struct_thread_null.cocci
Merge pull request #9826 from donaldsharp/isis_signed
[mirror_frr.git] / tools / coccinelle / struct_thread_null.cocci
1 @@
2 identifier I;
3 identifier func =~ "thread_add_";
4 struct thread *thread;
5 @@
6
7 *thread = NULL;
8 ...
9 func