GRPC Core  9.0.0
Static Public Member Functions
grpc_core::TracedBuffer Class Reference

TracedBuffer is a class to keep track of timestamps for a specific buffer in the TCP layer. More...

#include <buffer_list.h>

Static Public Member Functions

static void Shutdown (grpc_core::TracedBuffer **, void *, grpc_error *shutdown_err)
 

Detailed Description

TracedBuffer is a class to keep track of timestamps for a specific buffer in the TCP layer.

We are only tracking timestamps for Linux kernels and hence this class would only be used by Linux platforms. For all other platforms, TracedBuffer would be an empty class.

The timestamps collected are according to grpc_core::Timestamps declared above.

A TracedBuffer list is kept track of using the head element of the list. If the head element of the list is nullptr, then the list is empty.

Member Function Documentation

◆ Shutdown()

static void grpc_core::TracedBuffer::Shutdown ( grpc_core::TracedBuffer **  ,
void *  ,
grpc_error shutdown_err 
)
inlinestatic

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