Ticket #43954

generate_packets.py: Context manager for header wrapping

오픈 날짜: 2022-02-21 04:14 마지막 업데이트: 2022-05-16 22:54

Reporter:
소유자:
Type:
Status:
Closed
Component:
MileStone:
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
1

Details

Part of #43927. Split from #43932. Provide a context manager for wrapping header files in multiple-inclusion-protection, as well as extern "C" wrapping for C++ contexts.

Ticket History (3/4 Histories)

2022-02-21 04:14 Updated by: alienvalkyrie
  • New Ticket "generate_packets.py: Context manager for header wrapping" created
2022-05-14 06:19 Updated by: alienvalkyrie
  • 소유자 Update from (None) to alienvalkyrie
  • Resolution Update from None to Accepted
댓글 올리기

As an added bonus, this patch adds multiple inclusion protection to common/packets_gen.h, which was lacking that up until now. (This was not an issue, since packets_gen.h is only included from common/networking/packets.h, which is itself multiple-inclusion-protected.)

2022-05-16 22:54 Updated by: alienvalkyrie
  • Status Update from Open to Closed
  • Resolution Update from Accepted to Fixed

Edit

Please login to add comment to this ticket » Login