-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mp: mp_accessor API extended to active/deactivate record accessors
The mp_accessor API allows to manipulate a msgpack object buffer by adding or removing keys through a definition of a list of record accessor patterns. By default, when running mp_accessor it iterates through all the list of record accessors, but there are cases where would be ideal to just enable/disable some of them. This patch extends the mp_accessor API allowing to activate/deactivate certain record accessors on-demand. Signed-off-by: Eduardo Silva <[email protected]>
- Loading branch information
Showing
2 changed files
with
78 additions
and
15 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