]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-netlink: remove unused RTNL_WQUEUE_MAX define
authorAndreas Rammhold <andreas@rammhold.de>
Thu, 14 May 2020 17:23:33 +0000 (19:23 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 14 May 2020 20:27:03 +0000 (22:27 +0200)
commit32fcf399bfe7ff6e08ace48106567f8848a1b6e0
tree57682c046662e8a6566b929c06c625654bd5b5e8
parentc53ce14dfce176a51c98f5d89393acbcc3ec6cf1
sd-netlink: remove unused RTNL_WQUEUE_MAX define

While investigating why some of my netlink calls would timeout I
stumbled upon the definition of the max write queue length. Finding this
constant made me believe we still had a write queue in the code - which
isn't true. The netlink write queue code was removed in #189.
src/libsystemd/sd-netlink/netlink-internal.h