Verify return value of plugin
This commit is contained in:
@@ -25,7 +25,8 @@ typedef enum {
|
||||
ETH_PLUGIN_RESULT_ERROR = 0x00,
|
||||
ETH_PLUGIN_RESULT_OK = 0x01,
|
||||
ETH_PLUGIN_RESULT_OK_ALIAS = 0x02,
|
||||
ETH_PLUGIN_RESULT_FALLBACK = 0x03
|
||||
ETH_PLUGIN_RESULT_FALLBACK = 0x03,
|
||||
ETH_PLUGIN_RESULT_UNAVAILABLE = 0x03
|
||||
|
||||
} eth_plugin_result_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user