We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a28fc7 commit f248ae8Copy full SHA for f248ae8
src/vxworks/mod.rs
@@ -733,6 +733,9 @@ pub const S_taskLib_TASK_HOOK_TABLE_FULL: ::c_int = taskErrorBase + 0x0066;
733
pub const S_taskLib_TASK_HOOK_NOT_FOUND: ::c_int = taskErrorBase + 0x0067;
734
pub const S_taskLib_ILLEGAL_PRIORITY: ::c_int = taskErrorBase + 0x0068;
735
736
+// FIXME: could also be useful for TASK_DESC type
737
+pub const VX_TASK_NAME_LENGTH: ::c_int = 31;
738
+
739
// semLibCommon.h
740
pub const S_semLib_INVALID_STATE: ::c_int = semErrorBase + 0x0065;
741
pub const S_semLib_INVALID_OPTION: ::c_int = semErrorBase + 0x0066;
0 commit comments