Commit a24819cd authored by Dominik Charousset's avatar Dominik Charousset

Add config_value to the list of builtin types

parent d98409ac
......@@ -44,6 +44,7 @@ using sorted_builtin_types =
std::vector<actor_addr>, // @addrvec
atom_value, // @atom
std::vector<char>, // @charbuf
config_value, // @config_value
down_msg, // @down
downstream_msg, // @downstream_msg
duration, // @duration
......
......@@ -60,6 +60,7 @@ const char* numbered_type_names[] = {
"@addrvec",
"@atom",
"@charbuf",
"@config_value",
"@down",
"@downstream_msg",
"@duration",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment