Add progressbar events.
modified libpkg/pkg.h.in
@@ -1383,6 +1383,8 @@ typedef enum {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -1531,6 +1533,13 @@ struct pkg_event {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_event.c
@@ -877,3 +877,31 @@ pkg_debug(int level, const char *fmt, ...)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified libpkg/private/event.h
@@ -63,4 +63,7 @@ int pkg_emit_sandbox_get_string(pkg_sandbox_cb call, void *ud, char **str, int64
|
|
|
|
|
|
| + | |
| + | |
| + | |
|