Ticket #1860 (closed todo: fixed)

Opened 11 years ago

Last modified 11 years ago

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

Changed 11 years ago by whiteknight

  • keywords packfile, subsystem added
  • version changed from 2.10.0 to master
  • component changed from none to core
  • severity changed from medium to low
  • milestone 2.10 deleted

Changed 11 years ago by bacek

Hello.

-1 from me. +1 to implement Packfile PMCs properly (from both compile and runtime point of view)

-- Bacek

Changed 11 years ago by whiteknight

  • status changed from new to closed
  • resolution set to fixed

These files have already been moved to a new folder for now. We can still implement PMCs for this system, but for now the code we have is a little bit more organized.

Note: See TracTickets for help on using tickets.