mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-24 23:31:40 +02:00
This function is used to know whether the shared pools are full or if we can store more objects in them. Right now it cannot be used in a generic way because when shared pools are not used it will return false, letting one think pools can accept objects. Let's make one variant for each build model.