Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1506595
process.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
378 B
Referenced Files
None
Subscribers
None
process.h
View Options
#ifndef PROCESS_H
#define PROCESS_H
#include
"rust.h"
using
namespace
rust
;
namespace
process
{
class
Runner
{
public
:
void
New
(
const
std
::
string
&
name
,
const
std
::
string
&
logPath
);
int64_t
Run
(
const
std
::
string
&
command
,
const
std
::
string
&
shell
,
Vec
<
String
>
args
,
Vec
<
String
>
env
);
~
Runner
();
private
:
int
stdout_fd
;
int
stderr_fd
;
};
}
#endif
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sun, Jul 13, 2:29 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
346055
Default Alt Text
process.h (378 B)
Attached To
Mode
rPMC Process Management Controller
Attached
Detach File
Event Timeline
Log In to Comment