Loading src/app/config/confparse.h +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ typedef struct config_format_t { const struct_member_t *extra; /** The position of a config_suite_t pointer within the toplevel object, * or -1 if there is no such pointer. */ int config_suite_offset; ptrdiff_t config_suite_offset; } config_format_t; /** Loading src/lib/conf/conftypes.h +4 −2 Original line number Diff line number Diff line Loading @@ -33,6 +33,8 @@ #include "lib/conf/conftesting.h" #endif #include <stddef.h> /** Enumeration of types which option values can take */ typedef enum config_type_t { CONFIG_TYPE_STRING = 0, /**< An arbitrary string. */ Loading Loading @@ -89,7 +91,7 @@ typedef struct struct_member_t { * Offset of this field within the structure. Compute this with * offsetof(structure, fieldname). **/ int offset; ptrdiff_t offset; } struct_member_t; /** Loading @@ -102,7 +104,7 @@ typedef struct struct_member_t { typedef struct struct_magic_decl_t { const char *typename; uint32_t magic_val; int magic_offset; ptrdiff_t magic_offset; } struct_magic_decl_t; /** Loading Loading
src/app/config/confparse.h +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ typedef struct config_format_t { const struct_member_t *extra; /** The position of a config_suite_t pointer within the toplevel object, * or -1 if there is no such pointer. */ int config_suite_offset; ptrdiff_t config_suite_offset; } config_format_t; /** Loading
src/lib/conf/conftypes.h +4 −2 Original line number Diff line number Diff line Loading @@ -33,6 +33,8 @@ #include "lib/conf/conftesting.h" #endif #include <stddef.h> /** Enumeration of types which option values can take */ typedef enum config_type_t { CONFIG_TYPE_STRING = 0, /**< An arbitrary string. */ Loading Loading @@ -89,7 +91,7 @@ typedef struct struct_member_t { * Offset of this field within the structure. Compute this with * offsetof(structure, fieldname). **/ int offset; ptrdiff_t offset; } struct_member_t; /** Loading @@ -102,7 +104,7 @@ typedef struct struct_member_t { typedef struct struct_magic_decl_t { const char *typename; uint32_t magic_val; int magic_offset; ptrdiff_t magic_offset; } struct_magic_decl_t; /** Loading