mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
qt ui - status main page now works
This commit is contained in:
parent
a79f614e12
commit
163cbcb89d
8 changed files with 180 additions and 67 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <map>
|
||||
#include <thread>
|
||||
#include <boost/asio.hpp>
|
||||
#include <sstream>
|
||||
#include "HTTP.h"
|
||||
|
||||
namespace i2p
|
||||
|
@ -75,6 +76,8 @@ namespace http
|
|||
boost::asio::io_service::work m_Work;
|
||||
boost::asio::ip::tcp::acceptor m_Acceptor;
|
||||
};
|
||||
|
||||
void ShowStatus (std::stringstream& s, bool includeHiddenContent);
|
||||
} // http
|
||||
} // i2p
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue