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 @@ -968,6 +968,7 @@ pub const SEEK_END: ::c_int = 2;
968
968
969
969
// rtpLibCommon.h
970
970
pub const VX_RTP_NAME_LENGTH : usize = 255 ;
971
+ pub const RTP_ID_ERROR : :: RTP_ID = -1 ;
971
972
972
973
// h/public/unistd.h
973
974
pub const _SC_GETPW_R_SIZE_MAX: :: c_int = 21 ; // Via unistd.h
@@ -2050,6 +2051,15 @@ extern "C" {
2050
2051
2051
2052
// rtpLibCommon.h
2052
2053
pub fn rtpInfoGet ( rtpId : :: RTP_ID , rtpStruct : * mut :: RTP_DESC ) -> :: c_int ;
2054
+ pub fn rtpSpawn (
2055
+ pubrtpFileName : * const :: c_char ,
2056
+ argv : * const * const :: c_char ,
2057
+ envp : * const * const :: c_char ,
2058
+ priority : :: c_int ,
2059
+ uStackSize : :: size_t ,
2060
+ options : :: c_int ,
2061
+ taskOptions : :: c_int ,
2062
+ ) -> RTP_ID ;
2053
2063
2054
2064
// ioLib.h
2055
2065
pub fn _realpath (
You can’t perform that action at this time.
0 commit comments