template <class T>
class ExecWriteCallData
Defined at line 262 of file ../../src/virtualization/lib/guest_interaction/client/client_operation_state.h
Pump incoming stdin into the child process managed by the guest service.
Public Members
T platform_interface_
Public Methods
void ExecWriteCallData<T> (const std::string &command,const std::vector<ExecEnv> &env,int32_tstd_in,std::shared_ptr<grpc::ClientContext>ctx,std::shared_ptr<grpc::ClientAsyncReaderWriterInterface<ExecRequest, ExecResponse>>rw)
Defined at line 264 of file ../../src/virtualization/lib/guest_interaction/client/client_operation_state.h
void Proceed (bool ok)
Defined at line 285 of file ../../src/virtualization/lib/guest_interaction/client/client_operation_state.h