mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-11 02:25:34 -04:00
add implementation for priority download queue
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1432 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
dacdc90c4b
commit
c7ecf8c46d
8 changed files with 438 additions and 5 deletions
|
@ -126,6 +126,7 @@ HEADERS += dbase/cachestrapper.h \
|
|||
ft/ftsearch.h \
|
||||
ft/ftserver.h \
|
||||
ft/fttransfermodule.h \
|
||||
ft/ftdwlqueue.h \
|
||||
pqi/authssl.h \
|
||||
pqi/p3authmgr.h \
|
||||
pqi/p3cfgmgr.h \
|
||||
|
@ -264,6 +265,7 @@ SOURCES = \
|
|||
ft/ftfilecreator.cc \
|
||||
ft/ftdata.cc \
|
||||
ft/ftfileprovider.cc \
|
||||
ft/ftdwlqueue.cc \
|
||||
upnp/upnputil.c \
|
||||
dht/opendhtmgr.cc \
|
||||
upnp/upnphandler.cc \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue