buglwIP - A Lightweight TCP/IP stack - Bugs: bug #53758, PACK_STRUCT_USE_INCLUDES

 
 

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

bug #53758: PACK_STRUCT_USE_INCLUDES

Submitter:  John <grape2001>
Submitted:  Thu 26 Apr 2018 09:28:01 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  Change Request Status:  Invalid
Privacy:  Public Assigned to:  None
Open/Closed:  Closed Planned Release:  None
lwIP version:  git head

Thu 26 Apr 2018 09:35:48 AM UTC, comment #1: 

Sorry, my fault, it's not possible.

John <grape2001>
Thu 26 Apr 2018 09:28:01 AM UTC, original submission:  

may be it's good to move PACK_STRUCT_USE_INCLUDES into
PACK_STRUCT_BEGIN/PACK_STRUCT_END macros since all are defined
in arch/cc.h and are used together.

#ifdef PACK_STRUCT_USE_INCLUDES
#  include "arch/bpstruct.h"
#endif
PACK_STRUCT_BEGIN
struct xxxxxxx {
.....
} PACK_STRUCT_STRUCT;
PACK_STRUCT_END
#ifdef PACK_STRUCT_USE_INCLUDES
#  include "arch/epstruct.h"
#endif

John <grape2001>

 

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

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by dziegel (Updated the item)
  • -email is unavailable- added by grape2001 (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 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-04-26 dziegel StatusNone Invalid
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code