Skip to content

Commit af9b3ed

Browse files
committed
rerun CI
Signed-off-by: Benjamin Kilimnik <bkilimnik@pixielabs.ai>
1 parent 7d4f597 commit af9b3ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/stirling/source_connectors/socket_tracer/conn_tracker.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ struct SocketOpen {
6868
uint64_t timestamp_ns = 0;
6969
// TODO(yzhao): Consider using std::optional to indicate the address has not been initialized.
7070
SockAddr remote_addr;
71+
SockAddr local_addr;
7172
};
7273

7374
struct SocketClose {
@@ -577,6 +578,7 @@ class ConnTracker : NotCopyMoveable {
577578
void SetConnID(struct conn_id_t conn_id);
578579

579580
void SetRemoteAddr(const union sockaddr_t addr, std::string_view reason);
581+
void SetLocalAddr(const union sockaddr_t addr, std::string_view reason);
580582

581583
// Returns false if the protocol change is disallowed.
582584
bool SetProtocol(traffic_protocol_t protocol, std::string_view reason);

0 commit comments

Comments
 (0)