[thin] Cleanup: move methods before data member declaration
This commit is contained in:
parent
8232feb855
commit
220ece1dc8
@ -16,12 +16,12 @@ namespace thin_provisioning {
|
||||
} __attribute__ ((packed));
|
||||
|
||||
struct device_details {
|
||||
device_details();
|
||||
|
||||
uint64_t mapped_blocks_;
|
||||
uint64_t transaction_id_; /* when created */
|
||||
uint32_t creation_time_;
|
||||
uint32_t snapshotted_time_;
|
||||
|
||||
device_details();
|
||||
};
|
||||
|
||||
struct device_details_traits {
|
||||
|
Loading…
Reference in New Issue
Block a user