Changeset 14536
- Timestamp:
- Jun 8, 2015, 7:54:51 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CMakeLists.txt
r14534 r14536 125 125 tr_github_upstream(NATPMP miniupnp/libnatpmp cf7f452d66 f1e7d5bf580972738d8ef21743d0adf7) 126 126 tr_github_upstream(MINIUPNPC miniupnp/miniupnp 5de2bcb561 bdc5b64b9b8401d3524c50b9ec8173c1) 127 tr_github_upstream(DHT jech/dht bf62643a95 0a2a2abe447d8a73f0084c1bc837e566)127 tr_github_upstream(DHT jech/dht cc379e406d 958253fafa01c59950d357c148aff090) 128 128 tr_github_upstream(UTP bittorrent/libutp 7c4f19abdf 8b92aa05abec5f6675cdde6477cd6f51) 129 129 tr_github_upstream(B64 mikedld/libb64 c1e3323498 10128cb30ad768d2c4caf627e0f69db3) -
trunk/libtransmission/tr-dht.c
r14532 r14536 694 694 return size; 695 695 } 696 697 #if defined (_WIN32) && !defined (__MINGW32__) 698 int 699 dht_gettimeofday (struct timeval * tv, struct timezone * tz) 700 { 701 assert (tz == NULL); 702 return tr_gettimeofday (tv); 703 } 704 #endif
Note: See TracChangeset
for help on using the changeset viewer.