Skip to content

Commit

Permalink
Add *data in the RCorePlugin struct ##core
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jan 14, 2025
1 parent 01c8ba5 commit bf1558f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libr/include/r_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ typedef struct r_core_plugin_t {
RCmdCb call; // returns true if command was handled, false otherwise.
RCmdCb init; // XXX needs a context to store user data and return bool instead of int! RCmdCb is wrong
RCmdCb fini;
void *data; // required for rlang-python
} RCorePlugin;

typedef struct r_core_rtr_host_t {
Expand Down

0 comments on commit bf1558f

Please sign in to comment.