Current section

Files

Jump to
libero include libero@scanner_MessageModule.hrl
Raw

include/libero@scanner_MessageModule.hrl

-record(message_module, {
module_path :: binary(),
file_path :: binary(),
has_msg_from_client :: boolean(),
has_msg_from_server :: boolean(),
handler_modules :: list(binary())
}).