Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1506660
bridge.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
601 B
Referenced Files
None
Subscribers
None
bridge.h
View Options
#ifndef BRIDGE_H
#define BRIDGE_H
#include
"rust.h"
using
namespace
rust
;
#ifndef CXXBRIDGE1_STRUCT_ProcessMetadata
#define CXXBRIDGE1_STRUCT_ProcessMetadata
struct
ProcessMetadata
final
{
String
name
;
String
shell
;
String
command
;
String
log_path
;
Vec
<
String
>
args
;
Vec
<
String
>
env
;
using
IsRelocatable
=
std
::
true_type
;
};
#endif
extern
"C++"
int64_t
stop
(
int64_t
pid
);
extern
"C++"
int64_t
run
(
ProcessMetadata
metadata
);
extern
"C++"
void
set_program_name
(
String
name
);
extern
"C++"
int64_t
get_child_pid
(
int64_t
parentPID
);
extern
"C++"
Vec
<
i64
>
find_chidren
(
int64_t
pid
);
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sun, Jul 13, 2:33 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
350008
Default Alt Text
bridge.h (601 B)
Attached To
Mode
rPMC Process Management Controller
Attached
Detach File
Event Timeline
Log In to Comment