diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-09-21 03:51:31 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-09-21 03:51:31 +0200 |
commit | e409f87570a87009d023e1ba97263445241b84d3 (patch) | |
tree | bf39944a3550685469c6277e8081e8f5c3702bff /src/manager.h | |
parent | f0a73e245c1646c6c62a3bd0a3db969dd2e55edc (diff) |
manager: count how many jobs we executed
Diffstat (limited to 'src/manager.h')
-rw-r--r-- | src/manager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/manager.h b/src/manager.h index 445537239c..a137eb7c6f 100644 --- a/src/manager.h +++ b/src/manager.h @@ -207,6 +207,8 @@ struct Manager { bool swap_auto; int n_deserializing; + + unsigned n_installed_jobs; }; int manager_new(ManagerRunningAs running_as, Manager **m); |