Changeset 4e5a51f for lib/dagformat.h
- Timestamp:
- 02/07/19 14:07:07 (2 years ago)
- Branches:
- develop
- Children:
- 5cdb37d
- Parents:
- 58c226e
- git-author:
- Jacob Van Walraven <jcv9@…> (02/07/19 14:00:51)
- git-committer:
- Jacob Van Walraven <jcv9@…> (02/07/19 14:07:07)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/dagformat.h
ref5ba20 r4e5a51f 107 107 uint16_t type; 108 108 uint16_t len; 109 } dag_sec_t;109 } PACKED dag_sec_t; 110 110 111 111 struct dag_opthdr { 112 112 uint16_t optcode; 113 113 uint16_t optlen; 114 } ;114 } PACKED; 115 115 116 116 #ifdef WIN32
Note: See TracChangeset
for help on using the changeset viewer.