X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/465f6a6ac2920b233da310a94fbbf055095f6eb9..50a00235743c59840ee2db2258e9e6dd7444f646:/process.h?ds=sidebyside diff --git a/process.h b/process.h index 4e6ab24..c72fdf2 100644 --- a/process.h +++ b/process.h @@ -26,6 +26,8 @@ public: process(int argc, char* argv[]); virtual ~process(); + double get_load() const { return load; } + int run(); protected: