diff options
Diffstat (limited to 'src/shrpx_worker_process.h')
-rw-r--r-- | src/shrpx_worker_process.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shrpx_worker_process.h b/src/shrpx_worker_process.h index f432503..155b565 100644 --- a/src/shrpx_worker_process.h +++ b/src/shrpx_worker_process.h @@ -49,8 +49,8 @@ struct WorkerProcessConfig { // IPv6 socket, or -1 if not used int server_fd6; #ifdef ENABLE_HTTP3 - // CID prefixes for the new worker process. - std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> cid_prefixes; + // Worker IDs for the new worker process. + std::vector<WorkerID> worker_ids; // IPC socket to read forwarded QUIC UDP datagram from the current // worker process. int quic_ipc_fd; |