]> git.ipfire.org Git - thirdparty/lldpd.git/commit
lib: don't use priority with constructor 0.7.15
authorVincent Bernat <vincent@bernat.im>
Thu, 21 May 2015 06:45:55 +0000 (08:45 +0200)
committerVincent Bernat <vincent@bernat.im>
Thu, 21 May 2015 06:45:55 +0000 (08:45 +0200)
commitb6371c9f6664a2fc70de8861e8f66fc31e96db59
treea52b942cfd2538687de8c1c28dea2dd520de3a7f
parent441d53f9ae8e2b568b82a0ad4fb8b136f7aeedd2
lib: don't use priority with constructor

It is not supported on older versions of gcc. Like the one in RHEL 5. It
should not matter for our case as atoms and builders can be added in any
order. Cc @commodo for confirmation.
src/lib/atom.h