mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Document fields of struct_magic_decl_t.
This commit is contained in:
@@ -100,8 +100,12 @@ typedef struct struct_member_t {
|
||||
* that they have the correct type.
|
||||
*/
|
||||
typedef struct struct_magic_decl_t {
|
||||
/** The name of the structure */
|
||||
const char *typename;
|
||||
/** A value used to recognize instances of this structure. */
|
||||
uint32_t magic_val;
|
||||
/** The location within the structure at which we expect to find
|
||||
* <b>magic_val</b>. */
|
||||
int magic_offset;
|
||||
} struct_magic_decl_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user