Changeset 22346d944d in mythtv
- Timestamp:
- Nov 16, 2017, 11:04:21 PM (7 years ago)
- Branches:
- devel/2020-player, devel/ffmpeg-resync, fixes/30, fixes/31, github-templates, master
- Children:
- 0c840a29d0
- Parents:
- 01bdc02a2a
- git-author:
- David Hampton <mythtv@…> (11/16/17 23:04:21)
- git-committer:
- David Hampton <mythtv@…> (11/17/17 01:11:05)
- Location:
- mythtv/programs/mythbackend
- Files:
-
- 2 edited
-
scheduler.cpp (modified) (2 diffs)
-
scheduler.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mythtv/programs/mythbackend/scheduler.cpp
r01bdc02a2a r22346d944d 3093 3093 { 3094 3094 // To ensure that one idle message is logged per 15 minutes 3095 int logmask = VB_IDLE;3095 uint logmask = VB_IDLE; 3096 3096 int tm = QTime::currentTime().msecsSinceStartOfDay() / 900000; 3097 3097 if (tm != tmLastLog) … … 3286 3286 //returns true, if the shutdown is not blocked 3287 3287 bool Scheduler::CheckShutdownServer(int prerollseconds, QDateTime &idleSince, 3288 bool &blockShutdown, int logmask)3288 bool &blockShutdown, uint logmask) 3289 3289 { 3290 3290 (void)prerollseconds; -
mythtv/programs/mythbackend/scheduler.h
r01bdc02a2a r22346d944d 185 185 186 186 bool CheckShutdownServer(int prerollseconds, QDateTime &idleSince, 187 bool &blockShutdown, int logmask);187 bool &blockShutdown, uint logmask); 188 188 void ShutdownServer(int prerollseconds, QDateTime &idleSince); 189 189 void PutInactiveSlavesToSleep(void);
Note: See TracChangeset
for help on using the changeset viewer.
