]> git.ipfire.org Git - thirdparty/nftables.git/commit
mnl: split talk() and recv() functions
authorArturo Borrero <arturo.borrero.glez@gmail.com>
Mon, 28 Apr 2014 14:48:09 +0000 (16:48 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 28 Apr 2014 14:51:54 +0000 (16:51 +0200)
commitef184c4e844eac8c3eda0c8c6fc1370078a9d66a
treea01f44749555787ffa16288d673df0c5d0fafce0
parentf9563c0feb24d40036467ac8a3b7e9f41950df1e
mnl: split talk() and recv() functions

Let's split talk() and recv() functions, so they can be used independently.

While at it, lets rename mnl_talk() to nft_mnl_talk() so we avoid potential
clashes with other functions in external libs.

Suggested-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/mnl.c