#include <persist-state.h>
Public Attributes | |
| union { | |
| struct { | |
| gchar magic [4] | |
| guint32 flags | |
| guint32 key_count | |
| gchar __reserved1 [52] | |
| gchar initial_key_store [4032] | |
| } | |
| gchar __padding [4096] | |
| }; | |
| union { ... } |
| gchar PersistFileHeader::__padding[4096] |
| gchar PersistFileHeader::__reserved1[52] |
| guint32 PersistFileHeader::flags |
| gchar PersistFileHeader::initial_key_store[4032] |
| guint32 PersistFileHeader::key_count |
| gchar PersistFileHeader::magic[4] |