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 = ...@@ -44,6 +44,7 @@ using sorted_builtin_types =
std::vector<actor_addr>, // @addrvec std::vector<actor_addr>, // @addrvec
atom_value, // @atom atom_value, // @atom
std::vector<char>, // @charbuf std::vector<char>, // @charbuf
config_value, // @config_value
down_msg, // @down down_msg, // @down
downstream_msg, // @downstream_msg downstream_msg, // @downstream_msg
duration, // @duration duration, // @duration
......
...@@ -60,6 +60,7 @@ const char* numbered_type_names[] = { ...@@ -60,6 +60,7 @@ const char* numbered_type_names[] = {
"@addrvec", "@addrvec",
"@atom", "@atom",
"@charbuf", "@charbuf",
"@config_value",
"@down", "@down",
"@downstream_msg", "@downstream_msg",
"@duration", "@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