mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 06:20:44 -04:00
Changes to RPC protocol.
- Adding first pass at defining stream protocol. - Added ADD/REMOVE peer Command, tweaked other parameters / response msgs too. git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-rpc-b1@6147 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e1e040c3eb
commit
021713f548
4 changed files with 189 additions and 26 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
EXEC = protoc
|
||||
#PROTO = core.proto peers.proto system.proto chat.proto search.proto files.proto gxs.proto msgs.proto
|
||||
PROTO = core.proto peers.proto system.proto chat.proto search.proto files.proto
|
||||
#PROTO = core.proto peers.proto system.proto chat.proto search.proto files.proto stream.proto gxs.proto msgs.proto
|
||||
PROTO = core.proto peers.proto system.proto chat.proto search.proto files.proto stream.proto
|
||||
|
||||
PROTOPATH = ./definition
|
||||
#CDESTPATH = ./gencc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue