mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 01:25:17 -04:00
switched to new rslog method
This commit is contained in:
parent
f6c5a05c8e
commit
09afbbed5d
19 changed files with 62 additions and 45 deletions
|
@ -53,7 +53,8 @@
|
|||
// #define PQISTORE_DEBUG
|
||||
//
|
||||
|
||||
const int pqistorezone = 9511;
|
||||
static struct RsLog::logInfo pqistorezoneInfo = {RsLog::Default, "pqistore"};
|
||||
#define pqistorezone &pqistorezoneInfo
|
||||
|
||||
pqistore::pqistore(RsSerialiser *rss, const RsPeerId& srcId, BinInterface *bio_in, int bio_flags_in)
|
||||
:PQInterface(RsPeerId()), rsSerialiser(rss), bio_flags(bio_flags_in),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue