This commit is contained in:
aozhiwei 2020-06-16 15:42:49 +08:00
parent c4913f6fdb
commit 631830c3f1

View File

@ -25,9 +25,17 @@ struct BaseUserData
long long data_version1 = 0; long long data_version1 = 0;
}; };
struct UserTempCustomData
{
long long value1 = 0;
long long value2 = 0;
long long value3 = 0;
};
struct Friend struct Friend
{ {
BaseUserData base_data; BaseUserData base_data;
UserTempCustomData temp_custom_data;
unsigned int crc32_code = 0; unsigned int crc32_code = 0;
list_head human_entry; list_head human_entry;