]> granicus.if.org Git - libnl/commit
Replace NL_KEEP code with proper message reference counting
authorThomas Graf <tgr@plip.localdomain>
Tue, 14 Oct 2008 17:26:44 +0000 (19:26 +0200)
committerThomas Graf <tgr@plip.localdomain>
Tue, 14 Oct 2008 17:26:44 +0000 (19:26 +0200)
commit23ee46ef7115c2e311c36e43a833e6c3deada18a
tree60793068d05c482737787baf4619449741a2a23b
parent5702d4c1b97616f5212da31db01a2f3c79c15b7c
Replace NL_KEEP code with proper message reference counting

Adds reference counting to netlink messages so callbacks
can hold on to a message without using the broken keep
message flag.
include/netlink-types.h
include/netlink/handlers.h
include/netlink/msg.h
lib/msg.c
lib/nl.c