patchlwIP - A Lightweight TCP/IP stack - Patches: patch #9700, move err_t typedef after the...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #9700: move err_t typedef after the defintion of err_enum_t

Submitter:  Jonas Rabenstein <ghostav>
Submitted:  Wed 10 Oct 2018 10:50:30 PM UTC
   
 
Category:  None Priority:  3 - Low
Status:  Done Privacy:  Public
Assigned to:  None Open/Closed:  Closed
Planned Release:  None

Thu 11 Oct 2018 05:34:56 AM UTC, comment #1: 

Applied, thanks!

Dirk Ziegelmeier <dziegel>
Group administrator
Wed 10 Oct 2018 10:50:30 PM UTC, original submission:  

I work on an c++ project and want to use lwIP for it. As I am not memory constraint and on an 32bit architecture I would like to use the err_enum_t enum directly as err_t value. Eventually, I could use this to depend on an actual lwIP error to be given as argument to a function due to the stronger type checking in C++ where an int is not automatically converted to an enum.

Jonas Rabenstein <ghostav>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by dziegel (Posted a comment)
  • -email is unavailable- added by ghostav (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-10-11 dziegel StatusNone Done
        Open/ClosedOpen Closed
    2018-10-10 ghostav Attached File- Added 0001-err.h-move-typedef-of-err_t-after-enum-definition.patch, #45180

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code