mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
move thread naming to util
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
3100d4f902
commit
9a2c6a7619
1 changed files with 2 additions and 1 deletions
|
@ -748,7 +748,8 @@ namespace client
|
||||||
|
|
||||||
void AddressBookSubscription::CheckUpdates ()
|
void AddressBookSubscription::CheckUpdates ()
|
||||||
{
|
{
|
||||||
pthread_setname_np(pthread_self(), "Addressbook");
|
i2p::util::SetThreadName("Addressbook");
|
||||||
|
|
||||||
bool result = MakeRequest ();
|
bool result = MakeRequest ();
|
||||||
m_Book.DownloadComplete (result, m_Ident, m_Etag, m_LastModified);
|
m_Book.DownloadComplete (result, m_Ident, m_Etag, m_LastModified);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue