[mythtv-commits] [MythTV/mythtv] ae82a5: Services: Add new DelayShutdown method

Peter Bennett noreply at github.com
Thu Oct 31 23:13:39 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: ae82a5a58fb12b1dc8f7a4cbfa4f1c97d43e7b7f
      https://github.com/MythTV/mythtv/commit/ae82a5a58fb12b1dc8f7a4cbfa4f1c97d43e7b7f
  Author: Peter Bennett <pbennett at mythtv.org>
  Date:   2019-10-31 (Thu, 31 Oct 2019)

  Changed paths:
    M mythtv/libs/libmythservicecontracts/services/mythServices.h
    M mythtv/programs/mythbackend/scheduler.cpp
    M mythtv/programs/mythbackend/scheduler.h
    M mythtv/programs/mythbackend/services/myth.cpp
    M mythtv/programs/mythbackend/services/myth.h

  Log Message:
  -----------
  Services: Add new DelayShutdown method

DelayShutdown can be called by an external process that is using
the services, to prevent an idle shutdown while it is running.
The DelayShutdown service delays idle shutdown by 5 minutes.
External processes must call it every 5 minutes or less to ensure
the backend does not shut down.




More information about the mythtv-commits mailing list