[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] eth-multiplxer: Implement ds_device_close()
From: |
James Clarke |
Subject: |
Re: [PATCH] eth-multiplxer: Implement ds_device_close() |
Date: |
Wed, 20 Sep 2017 19:06:50 +0100 |
On 20 Sep 2017, at 11:08, Joan Lledó <joanlluislledo@gmail.com> wrote:
>
> ---
> eth-multiplexer/Makefile | 2 +-
> eth-multiplexer/device_impl.c | 5 +++++
> 2 files changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/eth-multiplexer/Makefile b/eth-multiplexer/Makefile
> index cefa0abd..2b19de6d 100644
> --- a/eth-multiplexer/Makefile
> +++ b/eth-multiplexer/Makefile
> @@ -29,6 +29,6 @@ LCLHDRS = ethernet.h util.h vdev.h netfs_impl.h
> HURDLIBS = ports ihash iohelp fshelp shouldbeinlibc netfs bpf
> LDLIBS = -lpthread
>
> -CFLAGS += -I$(top_srcdir)/libbpf
> +CFLAGS += -I$(top_srcdir)/libbpf -ggdb -O0
I don't think you meant to include this hunk? :)
James