Keep track of client's pid

This commit is contained in:
2026-06-04 01:29:04 +03:00
parent a1f00aa443
commit e4bbc31c7b
2 changed files with 11 additions and 0 deletions

View File

@@ -143,6 +143,7 @@ struct Client
bool has_epollout { false };
bool has_bigrequests { false };
CARD16 sequence { 0 };
BAN::Optional<uint32_t> pid;
BAN::Vector<uint8_t> input_buffer;
BAN::Vector<uint8_t> output_buffer;
BAN::HashSet<CARD32> objects;