Tchatator413
TripEnArvor instant messaging protocol - JSON-based
Loading...
Searching...
No Matches
Data Fields
msg_list_t Struct Reference

Represents a list of messages. More...

#include <db.h>

Data Fields

void * memory_owner_db
 
msg_tmsgs
 
size_t n_msgs
 

Detailed Description

Represents a list of messages.

This struct contains a pointer to an array of messages and the number of messages in the array.

Definition at line 28 of file db.h.

Field Documentation

◆ memory_owner_db

void* msg_list_t::memory_owner_db

Definition at line 29 of file db.h.

◆ msgs

msg_t* msg_list_t::msgs

Definition at line 30 of file db.h.

◆ n_msgs

size_t msg_list_t::n_msgs

Definition at line 31 of file db.h.


The documentation for this struct was generated from the following file: