diff options
Diffstat (limited to 'manager.h')
-rw-r--r-- | manager.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ struct Manager { Set *jobs_to_remove; bool dispatching_load_queue:1; + + unsigned n_dependency_depth; }; Manager* manager_new(void); |