]> git.tuebingen.mpg.de Git - paraslash.git/commit
list.h: Convert INIT_LIST_HEAD macro to inline function.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 20 May 2021 18:38:34 +0000 (20:38 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 8 Aug 2021 15:29:18 +0000 (17:29 +0200)
commit442a3320ff155d09b990c0ee2abace399cbcd6dd
treedb149535754972d6ccdd1e0c46d88c02240c04af
parentc0e4799bafc72ffdb7e8912317b8f74acbbc2736
list.h: Convert INIT_LIST_HEAD macro to inline function.

Inline functions are easier to read and write, and we get type
safety.
12 files changed:
afs.c
buffer_tree.c
chunk_queue.c
close_on_fork.c
list.h
mood.c
net.c
sched.c
send_common.c
sync_filter.c
udp_send.c
vss.c