mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 00:55:13 -04:00
added routing methods for data in grouter.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6961 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
beedc07de8
commit
7edfa21ffd
5 changed files with 89 additions and 17 deletions
|
@ -103,7 +103,7 @@ class p3GRouter: public RsGRouter, public p3Service, public p3Config
|
|||
// Sends an item to the given destination. The router takes ownership of
|
||||
// the memory. That means item_data will be erase on return.
|
||||
//
|
||||
void sendData(const GRouterKeyId& destination, void *& item_data,uint32_t item_size) ;
|
||||
void sendData(const GRouterKeyId& destination, RsGRouterGenericDataItem *item) ;
|
||||
|
||||
// Sends an ACK to the origin of the msg. This is used to notify for
|
||||
// unfound route, or message correctly received, depending on the particular situation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue