packing: add a debugging namespace
modified libpkg/packing.c
@@ -2,7 +2,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -12,7 +12,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -43,6 +43,8 @@
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -106,7 +108,7 @@ packing_init(struct packing **pack, const char *path, pkg_formats format, int cl
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -140,6 +142,7 @@ packing_append_iovec(struct packing *pack, const char *path, struct iovec *iov,
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -180,6 +183,7 @@ packing_append_buffer(struct packing *pack, const char *buffer,
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -202,7 +206,7 @@ packing_append_file_attr(struct packing *pack, const char *filepath,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/private/event.h
@@ -54,6 +54,7 @@ typedef enum {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -66,6 +67,7 @@ static const struct pkg_dbg_flags debug_flags[] = {
|
|
|
|
|
|
| + | |
|
|
|
|
|