Skip to content
Snippets Groups Projects
Commit 5231bb6b authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

gc: make gc_consumer and gc_state structs transparent

It's exasperating to write trivial external functions for each member of
an opaque struct (gc_consumer_vclock, gc_consumer_name, etc) while we
could simply access those fields directly if we made those structs
transparent. Since we usually define structs as transparent if we need
to use them outside a source file, let's do the same for gc_consumer and
gc_state and remove all those one-line wrappers.
parent eb6280d0
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment