add stream_property/2

This commit is contained in:
Mark Thom
2020-05-09 00:56:17 -06:00
parent b8c50eb0fe
commit 5be771842f
8 changed files with 505 additions and 65 deletions

View File

@@ -358,6 +358,7 @@ macro_rules! index_store {
op_dir: $op_dir,
modules: $modules,
stream_aliases: StreamAliasDir::new(),
streams: StreamDir::new(),
}
};
}