Tchatator413
TripEnArvor instant messaging protocol - JSON-based
|
Represents a user in the system. More...
#include <db.h>
Data Fields | |
void * | memory_owner_db |
Handle to the database memory owner. | |
serial_t | id |
user_kind_t | kind |
char const * | |
char const * | last_name |
char const * | first_name |
char const * | display_name |
Represents a user in the system.
This struct contains the various fields that make up a user's profile, such as their ID, kind, email, names, and display name.
user_kind_t user_t::kind |
void* user_t::memory_owner_db |