lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #9696] alloc_socket(): Check for LWIP_SOCKET_POLL wh


From: Joan Lledó
Subject: [lwip-devel] [patch #9696] alloc_socket(): Check for LWIP_SOCKET_POLL when setting select-related variables
Date: Sun, 7 Oct 2018 10:52:07 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

URL:
  <https://savannah.nongnu.org/patch/?9696>

                 Summary: alloc_socket(): Check for LWIP_SOCKET_POLL when
setting select-related variables
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: jllledo
            Submitted on: Sun 07 Oct 2018 04:52:06 PM CEST
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

In the struct lwip_sock definition, rcvevent and pals are defined when
LWIP_SOCKET_SELECT || LWIP_SOCKET_POLL. But in alloc_socket(), the condition
to set these variables is only when LWIP_SOCKET_SELECT, shouldn't it be the
same condition in both cases?



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sun 07 Oct 2018 04:52:06 PM CEST  Name:
0001-alloc_socket-Check-for-LWIP_SOCKET_POLL-when-setting.patch  Size: 1KiB  
By: jllledo

<http://savannah.nongnu.org/patch/download.php?file_id=45160>

    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/patch/?9696>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

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