[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] eth-multiplxer: Implement ds_device_close()
From: |
Joan Lledó |
Subject: |
Re: [PATCH] eth-multiplxer: Implement ds_device_close() |
Date: |
Wed, 20 Sep 2017 22:10:28 +0200 |
Ooops!! I forgot that! :)
2017-09-20 20:06 GMT+02:00 James Clarke <jrtc27@jrtc27.com>:
> 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
>