mirror of
https://github.com/transmission/transmission.git
synced 2025-12-27 13:41:17 +00:00
(trunk) #5671 'dht-0.22': update third-party/dht.c to Juliusz Chroboczek's upstream v0.22
This commit is contained in:
@@ -514,7 +514,7 @@ tr_dhtPrintableStatus (int status)
|
||||
|
||||
static void
|
||||
callback (void *ignore UNUSED, int event,
|
||||
unsigned char *info_hash, void *data, size_t data_len)
|
||||
const unsigned char *info_hash, const void *data, size_t data_len)
|
||||
{
|
||||
if (event == DHT_EVENT_VALUES || event == DHT_EVENT_VALUES6) {
|
||||
tr_torrent *tor;
|
||||
|
||||
Reference in New Issue
Block a user