aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/buffer_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/iomgr/buffer_list.h')
-rw-r--r--src/core/lib/iomgr/buffer_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/buffer_list.h b/src/core/lib/iomgr/buffer_list.h
index 9f62d988cc..627f1bde99 100644
--- a/src/core/lib/iomgr/buffer_list.h
+++ b/src/core/lib/iomgr/buffer_list.h
@@ -38,7 +38,7 @@ struct Timestamps {
gpr_timespec sent_time;
gpr_timespec acked_time;
- uint32_t length; /* The length of the buffer traced */
+ uint32_t byte_offset; /* byte offset relative to the start of the RPC */
};
/** TracedBuffer is a class to keep track of timestamps for a specific buffer in