lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #51230] Fix comment line


From: Andrey Vinogradov
Subject: [lwip-devel] [bug #51230] Fix comment line
Date: Tue, 13 Jun 2017 07:48:28 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36

URL:
  <http://savannah.nongnu.org/bugs/?51230>

                 Summary: Fix comment line
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: andreyvinogradov
            Submitted on: Tue 13 Jun 2017 11:48:26 AM UTC
                Category: apps
                Severity: 3 - Normal
              Item Group: Change Request
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None
            lwIP version: git head

    _______________________________________________________

Details:

src/include/lwip/apps/httpd_opts.h, line 274:
The function have this signature: u16_t fn(struct tcp_pcb* pcb);

The function should have the following signature:
u16_t fn(struct altcp_pcb* pcb);


BTW, there is the best place to put declaration of this function? I'm
corrently placed it's declaration right in httpd.c file, but it's no good. If
I place it in lwipopts.h compiler says that it doesn't know altcp_pcb
structure and some other things.







    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?51230>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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