SamsungDS / FlexAlloc

Apache License 2.0
21 stars 9 forks source link

Jag/daemonaddpoolentry #20

Closed Joelgranados closed 2 years ago

Joelgranados commented 2 years ago

This sets us up to merge PR#16 which adds an additional element to the pool_entry struct

Joelgranados commented 2 years ago

looks good :)

BONUS POINTS if you create some smaller struct for holding the fla_pool_entry metadata only, such that we don't end up sending the full string name back and forth (it's by far the largest bit of metadata and adds to the overhead of the protocol).

I have added a TODO for this.