summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_consistent_hash_exchange/include/rabbitmq_consistent_hash_exchange.hrl
blob: 3fac35eb5ee3df1bc2c05fb3b21aed40fef1a252 (plain)
1
2
3
4
5
6
7
-record(chx_hash_ring, {
  %% a resource
  exchange,
  %% a map of bucket => queue | exchange
  bucket_map,
  next_bucket_number
}).