projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b43eedf
)
grpc plugin: Update to the new gRPC API.
author
Sebastian Harl
<sh@tokkee.org>
Mon, 25 Apr 2016 21:52:57 +0000
(23:52 +0200)
committer
Sebastian Harl
<sh@tokkee.org>
Mon, 30 May 2016 21:44:19 +0000
(23:44 +0200)
src/grpc.cc
patch
|
blob
|
history
diff --git
a/src/grpc.cc
b/src/grpc.cc
index
2f79f42
..
a1abe4a
100644
(file)
--- a/
src/grpc.cc
+++ b/
src/grpc.cc
@@
-301,7
+301,7
@@
public:
}
}
- builder.Register
Async
Service(&service_);
+ builder.RegisterService(&service_);
cq_ = builder.AddCompletionQueue();
server_ = builder.BuildAndStart();
} /* Start() */