lib/sectionsdclient/sectionsdcontrol.cpp: add --freemem command

Origin commit data
------------------
Branch: ni/coolstream
Commit: 92a12e408f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-25 (Wed, 25 Apr 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-04-25 11:26:35 +04:00
parent a56b434567
commit c15c718d1a

View File

@@ -70,6 +70,11 @@ int main(int argc, char** argv)
if (!strcmp(argv[i], "--dump")) {
client.dumpStatus();
}
else
if (!strcmp(argv[i], "--freemem")) {
printf("Removing all cached epg...\n");
client.freeMemory();
}
}
return 0;