commit | 75310e3486ab205d870560b75bbcaba72acb26d7 | [log] [tgz] |
---|---|---|
author | Thomas Huth <thuth@redhat.com> | Tue Oct 13 12:40:00 2015 +0200 |
committer | Jason Wang <jasowang@redhat.com> | Tue Oct 27 10:30:34 2015 +0800 |
tree | 7808a4ab2907cd5382ad3eaa43da3f3d3edef48a | |
parent | 7bc3074c27bb1eae7c8ccacd920ba55454381786 [diff] |
net/dump: Separate the NetClientState from the DumpState With the upcoming dumping-via-netfilter patch, the DumpState should not be related to NetClientState anymore, so move the related information to a new struct called DumpNetClient. Reviewed-by: Yang Hongyang <yanghy@cn.fujitsu.com> Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com>