1
0
Fork 0

Merge branch 'devel' of https://github.com/arangodb/arangodb into devel

This commit is contained in:
jsteemann 2016-12-20 11:21:17 +01:00
commit cda5b0df22
1 changed files with 0 additions and 9 deletions

View File

@ -58,22 +58,13 @@ main(){
addEvent replaceCoordinator
addEvent documentCoordinator
echo "work method in HttpServerJob"
addEvent workHttpServerJob work@HttpServerJob.cpp
echo "work method in RestDocumentHandler"
addEvent executeRestReadDocument readDocument@RestDocumentHandler.cpp
addEvent executeRestInsertDocument createDocument@RestDocumentHandler.cpp
addEvent handleRequest handleRequest@HttpServer.cpp
addEvent handleWrite handleWrite@SocketTask.cpp
echo "work in LogicalCollection"
addEvent logicalInsertDocument insertDocument@LogicalCollection.cpp
addEvent logicalInsert insert@LogicalCollection.cpp
addEvent tcp_sendmsg
addEvent tcp_recvmsg
echo Done.
}