this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add OS_STATE_DATA_PROTOCOL_BUFFER definition

+1
+1
src/kernel/include/os/state_private.h
··· 10 10 11 11 #define OS_STATE_API_FAULT 0 12 12 #define OS_STATE_API_REQUEST 1 13 + #define OS_STATE_DATA_PROTOCOL_BUFFER 2 13 14 14 15 #define OS_STATE_DATA_SIZE_NEEDED(statelen) statelen 15 16