MEDIUM: stream: Make the `unique_id` member of `struct stream` a `struct ist`
authorTim Duesterhus <tim@bastelstu.be>
Thu, 5 Mar 2020 19:19:02 +0000 (20:19 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 5 Mar 2020 19:21:58 +0000 (20:21 +0100)
commita17e66289c08a5bfadc1bb5b5f2c618c9299fe1b
treeded9eb84cabe7d2bf1f41c40fec0b0aa7015f514
parent0643b0e7e60278fecaed1ab05fe9ba1a7d6567a5
MEDIUM: stream: Make the `unique_id` member of `struct stream` a `struct ist`

The `unique_id` member of `struct stream` now is a `struct ist`.
include/proto/stream.h
include/types/stream.h
src/http_ana.c
src/http_fetch.c
src/log.c
src/stream.c