#include <client.h>
Public Attributes | |
list_t | entry |
int | framenum |
off_t | filepos |
size_t | msglen |
byte | data [1] |
byte mvd_snap_t::data[1] |
Definition at line 120 of file client.h.
Referenced by demo_emit_snapshot(), and MVD_Seek_f().
list_t mvd_snap_t::entry |
Definition at line 116 of file client.h.
Referenced by demo_emit_snapshot().
off_t mvd_snap_t::filepos |
Definition at line 118 of file client.h.
Referenced by demo_emit_snapshot(), and MVD_Seek_f().
int mvd_snap_t::framenum |
Definition at line 117 of file client.h.
Referenced by demo_emit_snapshot(), demo_find_snapshot(), and MVD_Seek_f().
size_t mvd_snap_t::msglen |
Definition at line 119 of file client.h.
Referenced by demo_emit_snapshot(), and MVD_Seek_f().