Skip to content

Commit 9305c6c

Browse files
committed
Revert ordering of members
1 parent 207c3e3 commit 9305c6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/include/opentelemetry/context/context.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ class Context
9494
{
9595
char *key_ = nullptr;
9696

97-
size_t key_length_ = 0UL;
98-
9997
nostd::shared_ptr<DataList> next_;
10098

99+
size_t key_length_ = 0UL;
100+
101101
ContextValue value_;
102102

103103
DataList() : next_{nullptr} {}

0 commit comments

Comments
 (0)