-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Not sure what way to handle when you have things like int xxx switch_is(xxx) foo_union and automatically pass the outer xxx to the array arm in foo_union. For now have to specify both in the structures before encoding it, but it would be nice to have it done automatically and for decoding it would be nice to automatically verify that both instances of xxx read from the iov are actually the same value. This is so much easier to handle when you have an idl compiler that can automatically inject the code you need. But I will have to do with what I have for now. Signed-off-by: Ronnie Sahlberg <[email protected]>
- Loading branch information
Showing
4 changed files
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters