diff options
| author | songyanchao <[email protected]> | 2023-10-08 10:11:17 +0000 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2023-10-08 10:11:17 +0000 |
| commit | fd24d58b74cdabfe5ea299bc9e5494a3e531d736 (patch) | |
| tree | a1d907de158bd66d68f0d0800373add5252910f2 /include | |
| parent | 1e167e596dde10223b71b14b0a7eb931371c1db1 (diff) | |
✨ feat: Add MR_BUFF_LINK_ID type to 'marsio_buff_get_metadata()'
Add MR_BUFF_LINK_ID type to 'marsio_buff_get_metadata()'
Diffstat (limited to 'include')
| -rw-r--r-- | include/external/marsio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/external/marsio.h b/include/external/marsio.h index d6c1023..c993d74 100644 --- a/include/external/marsio.h +++ b/include/external/marsio.h @@ -111,6 +111,8 @@ enum mr_buff_metadata_type MR_BUFF_DIR = 4, /* payload offset */ MR_BUFF_PAYLOAD_OFFSET = 5, + /* link id */ + MR_BUFF_LINK_ID = 6, /* user 0 */ MR_BUFF_USER_0 = 254 }; |
