Seastar
High performance C++ framework for concurrent servers
Public Attributes | List of all members
seastar::experimental::spawn_parameters Struct Reference

Detailed Description

The optional parameters for spawning a subprocess

Note
see execve(2) for more details on argv and env.

#include <seastar/util/process.hh>

Public Attributes

std::vector< sstring > argv
 The arguments passed to the program.
 
std::vector< sstring > env
 The environment variables for the program.
 

Member Data Documentation

◆ argv

std::vector<sstring> seastar::experimental::spawn_parameters::argv

The arguments passed to the program.

◆ env

std::vector<sstring> seastar::experimental::spawn_parameters::env

The environment variables for the program.


The documentation for this struct was generated from the following file: