use Inflator instead Gunzip

This commit is contained in:
orignal 2014-12-10 12:07:25 -05:00
parent 5dbee6b300
commit b66aa7408e
2 changed files with 14 additions and 21 deletions

13
i2p.cpp
View file

@ -1,18 +1,9 @@
#include <thread>
#include <stdlib.h>
#include "Daemon.h"
#include "Reseed.h"
int main( int argc, char* argv[] )
{
Daemon.init(argc, argv);
if (Daemon.start())
{
while (Daemon.running)
{
//TODO Meeh: Find something better to do here.
std::this_thread::sleep_for (std::chrono::seconds(1));
}
}
Daemon.stop();
return EXIT_SUCCESS;
i2p::data::ProcessSU3File ("/home/roman/tmp/i2pseeds.su3");
}