Complete transition to fn. Introduce global/threadlocal

This commit is contained in:
Christoffer Lerno
2021-11-16 17:19:12 +01:00
committed by Christoffer Lerno
parent e2621617f1
commit b52b42d4da
331 changed files with 1279 additions and 1261 deletions

View File

@@ -8,7 +8,7 @@ struct Connection
long length;
}
private Connection[3] link
private global Connection[3] link
= { {1, "link1", 10},
{2, "link2", 20},
{3, "link3", 30} };