1
0
Fork 0
frr/tools/coccinelle/struct_thread_null.cocci

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
103 B
Text
Raw Permalink Normal View History

@@
identifier I;
identifier func =~ "thread_add_";
struct thread *thread;
@@
*thread = NULL;
...
func