qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH V3 1/3] net/filter-mirror: Change filter_mirror_


From: Zhang Chen
Subject: Re: [Qemu-devel] [PATCH V3 1/3] net/filter-mirror: Change filter_mirror_send interface
Date: Mon, 7 Mar 2016 16:13:53 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1



On 03/07/2016 03:29 PM, Jason Wang wrote:

On 03/04/2016 08:01 PM, Zhang Chen wrote:
Change filter_mirror_send interface to make it easier
to used by other filter

Signed-off-by: Zhang Chen <address@hidden>
Signed-off-by: Wen Congyang <address@hidden>
---
  net/filter-mirror.c | 10 +++++-----
  1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/net/filter-mirror.c b/net/filter-mirror.c
index ee13d94..4ff7619 100644
--- a/net/filter-mirror.c
+++ b/net/filter-mirror.c
@@ -33,11 +33,10 @@ typedef struct MirrorState {
      CharDriverState *chr_out;
  } MirrorState;
-static int filter_mirror_send(NetFilterState *nf,
+static int filter_mirror_send(CharDriverState *chr_out,
                                     const struct iovec *iov,
                                     int iovcnt)
The indent looks odds here, please send an independent patch to fix this
by the way.

OK, I will fix it and send an independent patch latter~~

Thanks
zhangchen

Thanks


.


--
Thanks
zhangchen






reply via email to

[Prev in Thread] Current Thread [Next in Thread]