mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 16:45:11 -04:00
implemented a safety check for low disc space, and safe drop of disk access if too low
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2968 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4d99495361
commit
0634e461fb
18 changed files with 137 additions and 5 deletions
|
@ -297,6 +297,7 @@ HEADERS += dbase/cachestrapper.h \
|
|||
tcponudp/udpsorter.h \
|
||||
upnp/upnphandler.h \
|
||||
util/folderiterator.h \
|
||||
util/rsdiscspace.h \
|
||||
util/rsdebug.h \
|
||||
util/rsdir.h \
|
||||
util/rsnet.h \
|
||||
|
@ -414,6 +415,7 @@ SOURCES += \
|
|||
tcponudp/tou_net.cc \
|
||||
tcponudp/udplayer.cc \
|
||||
util/folderiterator.cc \
|
||||
util/rsdiscspace.cc \
|
||||
util/rsdebug.cc \
|
||||
util/rsdir.cc \
|
||||
util/rsnet.cc \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue