lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. f8048707f6


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. f8048707f60f3b08827c2ddabe2fb541656c8719
Date: Wed, 09 Sep 2015 23:03:46 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, master has been updated
       via  f8048707f60f3b08827c2ddabe2fb541656c8719 (commit)
       via  a367e83490b77756c668aec1b6a5bba8f75bce77 (commit)
      from  0d34f2037e043e53b6fa11582ba28f4c2ad74f52 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f8048707f60f3b08827c2ddabe2fb541656c8719
Author: Sylvain Rochet <address@hidden>
Date:   Thu Sep 10 01:01:43 2015 +0200

    unix port: sio: using __sio_fd_t_defined define to overload sio_fd_t with 
our struct
    
    Simon says:
    
    Anyway, I thought it was meant to have the function prototypes in the
    core sio.h and have the implementation in the port's sio.c, so the
    only thing that cc.h (or sys_arch.h?) would have to define would be
    something like this:
    
    struct sio_status_s;
    typedef struct sio_status_s sio_status_t;
    
    Without having to include anything. The windows port even gets along
    without defining anything (in which case sio_fd_t is a void*). I think
    we the examples we provide be consistent.

commit a367e83490b77756c668aec1b6a5bba8f75bce77
Author: Sylvain Rochet <address@hidden>
Date:   Thu Sep 10 01:00:49 2015 +0200

    Revert "UNIX port, SIO, updated port the way it was intended to be done"
    
    This reverts commit 3e5dca9bfb310619c619c7e12dc93894346e90cb.

-----------------------------------------------------------------------

Summary of changes:
 ports/unix/include/arch/cc.h       |    5 ++
 ports/unix/include/arch/sys_arch.h |    6 ---
 ports/unix/include/netif/sio.h     |   74 +++++------------------------------
 ports/unix/netif/sio.c             |   69 +++++++++++++++++----------------
 4 files changed, 51 insertions(+), 103 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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