File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -989,6 +989,7 @@ pub const SEEK_END: ::c_int = 2;
989
989
990
990
// rtpLibCommon.h
991
991
pub const VX_RTP_NAME_LENGTH : usize = 255 ;
992
+ pub const RTP_ID_ERROR : :: RTP_ID = -1 ;
992
993
993
994
// h/public/unistd.h
994
995
pub const _SC_GETPW_R_SIZE_MAX: :: c_int = 21 ; // Via unistd.h
@@ -2071,6 +2072,15 @@ extern "C" {
2071
2072
2072
2073
// rtpLibCommon.h
2073
2074
pub fn rtpInfoGet ( rtpId : :: RTP_ID , rtpStruct : * mut :: RTP_DESC ) -> :: c_int ;
2075
+ pub fn rtpSpawn (
2076
+ pubrtpFileName : * const :: c_char ,
2077
+ argv : * const * const :: c_char ,
2078
+ envp : * const * const :: c_char ,
2079
+ priority : :: c_int ,
2080
+ uStackSize : :: size_t ,
2081
+ options : :: c_int ,
2082
+ taskOptions : :: c_int ,
2083
+ ) -> RTP_ID ;
2074
2084
2075
2085
// ioLib.h
2076
2086
pub fn _realpath (
You can’t perform that action at this time.
0 commit comments