diff options
author | Jeff King <peff@peff.net> | 2014-06-10 17:42:51 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-06-13 12:08:17 -0700 |
commit | 80cdaba569600154d91819d2e252f6b7dd9cff73 (patch) | |
tree | 73779fbdcd2c66ac0fde31efc93f772a127c7d1a /rerere.h | |
parent | bc6b8fc1300ef79c4b4c3c2a79bb3c1e2e032963 (diff) | |
download | git-80cdaba569600154d91819d2e252f6b7dd9cff73.tar.gz |
commit-slab: provide a static initializer
Callers currently must use init_foo_slab() at runtime before
accessing a slab. For global slabs, it's much nicer if we
can initialize them in BSS, so that each user does not have
to add code to check-and-initialize.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'rerere.h')
0 files changed, 0 insertions, 0 deletions