Hi
I create two ets tables with
ets:new(workers,[named_table,set,protected]),
ets:new(queue,[named_table,ordered_set,protected]),
tv only shows worker as default.
If I change options to show system tables the table queue is shown,
with my process as the owner.
So why does tv think that the table queue is a system table?
/Anders Nygren