Skip to content

Commit

Permalink
part/persist: code refactoring
Browse files Browse the repository at this point in the history
move subroutines from header to source files.

Many subroutines are only used by a single source file,
so move them out of the header file. This will make it
easier for debuggers since setting a breakpoint in a header file
is not always correctly supported.

Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
  • Loading branch information
ggouaillardet committed Dec 9, 2024
1 parent 98f7fbb commit c31050b
Show file tree
Hide file tree
Showing 3 changed files with 521 additions and 522 deletions.
Loading

0 comments on commit c31050b

Please sign in to comment.