]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
Cleanup: Separate the netlink method to cgre_receive_netlink_msg().
authorKen'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp>
Fri, 26 Jun 2009 05:50:31 +0000 (14:50 +0900)
committerDhaval Giani <dhaval@linux.vnet.ibm.com>
Mon, 29 Jun 2009 11:17:32 +0000 (16:47 +0530)
commit2d10aa26dc974ab2f838bc170a7ff1608f0cf8a6
tree56e3cd8345be6116169cc0d5fcecbf8617a854e6
parentb6777528cc8ce46ce4d1ef888d62f2c5c5f27275
Cleanup: Separate the netlink method to cgre_receive_netlink_msg().

Hi,

Changelog of v6:
================
 * No change.

Changelog of v5:
================
 * No change.

Changelog of v4:
================
 * Remove unused parameter "cn_hdr" from cgre_receive_netlink_msg().

Changelog of v3:
================
 * No change.

Changelog of v2:
================
 * New patch.

Description:
============
This patch separates the netlink method for the readability, because
the later patch [PATCH 6/9] adds "unix domain socket" handling method
around the netlink method.

Thanks
Ken'ichi Ohmichi

Signed-off-by: Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp>
Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com>
src/daemon/cgrulesengd.c