Editing LV2 Functions and Syscalls
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 34: | Line 34: | ||
uint64_t flag; // flag ? | uint64_t flag; // flag ? | ||
uint64_t mode; // mode ? | uint64_t mode; // mode ? | ||
uint64_t entry; | uint64_t entry; | ||
int64_t modres; | int64_t modres; | ||
uint64_t | uint64_t function; | ||
}; | }; | ||