#include <buffer_list.h>
Static Public Member Functions | |
static void | Shutdown (TracedBuffer **, void *, grpc_error_handle shutdown_err) |
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 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.
Definition at line 146 of file buffer_list.h.
|
inlinestatic |
Definition at line 149 of file buffer_list.h.