Struct APICallLocation

Struct Documentation

struct APICallLocation

Struct representing api call location in the stream.

Public Functions

bool operator!=(APICallLocation const &other) const

Public Members

uint64_t storageID

ID that was used to name the thread file, in which the call is located.

uint64_t offset

Absolute offset of api call from the start of thread file.

MemoryBackedSerializer const *temporarySerializer

Buffer serializer, in which the call is located.

uint64_t user
uint64_t unused