mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-31 02:09:15 -04:00
update for 64 bit interface change.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@772 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5e9a7d976b
commit
889825b77e
2 changed files with 4 additions and 4 deletions
libretroshare/src/rsserver
|
@ -141,7 +141,7 @@ bool p3Files::FileControl(std::string hash, uint32_t flags)
|
|||
return false;
|
||||
}
|
||||
|
||||
bool p3Files::FileRequest(std::string fname, std::string hash, uint32_t size,
|
||||
bool p3Files::FileRequest(std::string fname, std::string hash, uint64_t size,
|
||||
std::string dest, uint32_t flags, std::list<std::string> srcIds)
|
||||
{
|
||||
std::cerr << "p3Files::FileRequest()";
|
||||
|
@ -200,7 +200,7 @@ bool p3Files::FileClearCompleted()
|
|||
|
||||
/* 3) Addition of Extra Files... From File System (Dummy at the moment) */
|
||||
|
||||
bool p3Files::ExtraFileAdd(std::string fname, std::string hash, uint32_t size,
|
||||
bool p3Files::ExtraFileAdd(std::string fname, std::string hash, uint64_t size,
|
||||
uint32_t period, uint32_t flags)
|
||||
{
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue