netlink: Expose NL_CB_FINISH handler
authorSamuel Ortiz <sameo@linux.intel.com>
Mon, 18 Nov 2013 00:42:46 +0000 (01:42 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 18 Nov 2013 00:42:46 +0000 (01:42 +0100)
commitb7f624308f1b5f3169d23f8607c5821bc38ad673
tree3449e29571812672886518d88f2d99fa916d32ab
parent6f542a7fff3807252c4cbdb4407d0374215a29e8
netlink: Expose NL_CB_FINISH handler

In some cases (e.g. multipart messages) it is interesting to know when a
messages is finished. Some multipart messages can carry a NULL payload
and without having a NL_CB_FINISH handler, neard never knows when it's
actually finished.
src/netlink.c