Ticket #1860 (closed todo: fixed)
Move pbc subsystem to src/packfile
Reported by: | whiteknight | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | core | Version: | master |
Severity: | low | Keywords: | packfile, subsystem |
Cc: | Language: | ||
Patch status: | Platform: |
Description
Following conventions of other subsystems, we should move all the packfile-related files into the src/packfile directory. This includes
src/packfile.c src/packout.c src/packdump.c
It may also include src/pmc_freeze.c, depending on how we want to classify that file (part of the packfile system or the pmc system).
As part of this work, we should move all subsystem-private function, macro, and structure definitions to src/packfile/packfile_private.h, and move all subsystem API functions into src/packfile/api.c
Change History
Note: See
TracTickets for help on using
tickets.