clientid_t

\brief client id structure.

This structure holds the id and password for the session. This structure should be treated as opaque. It is received from the server when a session is established and needs to be sent back as-is when reconnecting a session.

extern (C)
struct clientid_t {}

Members

Variables

client_id
int64_t client_id;
Undocumented in source.
passwd
char[16] passwd;
Undocumented in source.

Meta