lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [task #14367] Hooks need a better place to be defined


From: Simon Goldschmidt
Subject: [lwip-devel] [task #14367] Hooks need a better place to be defined
Date: Thu, 9 Feb 2017 15:51:19 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36

URL:
  <http://savannah.nongnu.org/task/?14367>

                 Summary: Hooks need a better place to be defined
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: goldsimon
            Submitted on: Thu 09 Feb 2017 08:51:18 PM UTC
                Category: None
         Should Start On: Thu 09 Feb 2017 12:00:00 AM UTC
   Should be Finished on: Thu 09 Feb 2017 12:00:00 AM UTC
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
        Percent Complete: 0%
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None
                  Effort: 0.00

    _______________________________________________________

Details:

Currently, hooks must be defined in lwipopts.h (or somewhere else in a central
header file). The problem here is that at this point, most required
types/structs are unknown. This results in prototyping structs and typedefs
don't work.

We might instead add a new file where hooks can be defined. This file should
be included *after* all the types required for a hook function prototype are
defined.

Ideas are welcome :-)




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?14367>

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




reply via email to

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