mirror of
https://github.com/armink/FlashDB.git
synced 2025-02-04 08:43:07 +08:00
struct packing
This commit is contained in:
parent
7062902a3e
commit
a65a323508
@ -72,6 +72,8 @@
|
|||||||
if (result != FDB_NO_ERR) return result; \
|
if (result != FDB_NO_ERR) return result; \
|
||||||
} while(0);
|
} while(0);
|
||||||
|
|
||||||
|
#pragma pack(push,1)
|
||||||
|
|
||||||
struct sector_hdr_data {
|
struct sector_hdr_data {
|
||||||
uint8_t status[FDB_STORE_STATUS_TABLE_SIZE]; /**< sector store status @see fdb_sector_store_status_t */
|
uint8_t status[FDB_STORE_STATUS_TABLE_SIZE]; /**< sector store status @see fdb_sector_store_status_t */
|
||||||
uint32_t magic; /**< magic word(`T`, `S`, `L`, `0`) */
|
uint32_t magic; /**< magic word(`T`, `S`, `L`, `0`) */
|
||||||
@ -94,6 +96,8 @@ struct log_idx_data {
|
|||||||
};
|
};
|
||||||
typedef struct log_idx_data *log_idx_data_t;
|
typedef struct log_idx_data *log_idx_data_t;
|
||||||
|
|
||||||
|
#pragma pack(pop)
|
||||||
|
|
||||||
struct query_count_args {
|
struct query_count_args {
|
||||||
fdb_tsl_status_t status;
|
fdb_tsl_status_t status;
|
||||||
size_t count;
|
size_t count;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user