mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
supplemental to f34899d430
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5256a11e66
Author: TangoCash <eric@loxat.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -556,14 +556,13 @@ void CNeutrinoAPI::SendAllTimers(std::string url, bool force)
|
|||||||
timerlist.clear();
|
timerlist.clear();
|
||||||
Timerd->getTimerList(timerlist);
|
Timerd->getTimerList(timerlist);
|
||||||
sort(timerlist.begin(), timerlist.end());
|
sort(timerlist.begin(), timerlist.end());
|
||||||
CTimerd::TimerList::iterator timer = timerlist.begin();
|
|
||||||
|
|
||||||
int pre,post;
|
int pre,post;
|
||||||
Timerd->getRecordingSafety(pre,post);
|
Timerd->getRecordingSafety(pre,post);
|
||||||
CHTTPTool httpTool;
|
CHTTPTool httpTool;
|
||||||
std::string r_url;
|
std::string r_url;
|
||||||
|
|
||||||
for(int i = 0; timer != timerlist.end(); ++timer)
|
for(CTimerd::TimerList::iterator timer = timerlist.begin(); timer != timerlist.end(); ++timer)
|
||||||
{
|
{
|
||||||
if (timer->eventType == CTimerd::TIMER_RECORD) {
|
if (timer->eventType == CTimerd::TIMER_RECORD) {
|
||||||
r_url = "http://";
|
r_url = "http://";
|
||||||
|
Reference in New Issue
Block a user