mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Avoid grpc_impl
PiperOrigin-RevId: 329902747
This commit is contained in:
committed by
gVisor bot
parent
a8c174c047
commit
319ce67369
@@ -337,7 +337,7 @@ class PosixImpl final : public posix_server::Posix::Service {
|
||||
return ::grpc::Status::OK;
|
||||
}
|
||||
|
||||
::grpc::Status Shutdown(grpc_impl::ServerContext *context,
|
||||
::grpc::Status Shutdown(grpc::ServerContext *context,
|
||||
const ::posix_server::ShutdownRequest *request,
|
||||
::posix_server::ShutdownResponse *response) override {
|
||||
if (shutdown(request->fd(), request->how()) < 0) {
|
||||
|
||||
Reference in New Issue
Block a user