]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common/options.h: Do not use linked lists of pointers 17984/head
authorAdam C. Emerson <aemerson@redhat.com>
Tue, 26 Sep 2017 22:37:31 +0000 (18:37 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Tue, 26 Sep 2017 22:37:31 +0000 (18:37 -0400)
commit0d8c52a906847c82e2e1d11848580799a9ed70f4
tree2c63e847222376eeb9b3fbaff78daacd49f5153a
parent36c178feb0626a202fe9a569e5901fac5c355c17
common/options.h: Do not use linked lists of pointers

Especially since we're just pushing things in from the end. The linked
list has more overhead, is slower, and adds no capability.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/common/options.h