Page MenuHomePhorge

bridge.h
No OneTemporary

Size
425 B
Referenced Files
None
Subscribers
None

bridge.h

#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;
using IsRelocatable = std::true_type;
};
#endif
extern "C" int64_t stop(int64_t pid);
extern "C" int64_t run(ProcessMetadata metadata);
#endif

File Metadata

Mime Type
text/x-c
Expires
Sun, Feb 1, 4:42 PM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
491144
Default Alt Text
bridge.h (425 B)

Event Timeline