From 864eeb3a526b1a32c72e1f31a3e1f23dcc5c7409 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 9 Oct 2011 01:12:50 -0700 Subject: More work on the Task manager. Now "Main" is a Task, among the most important changes. Introduced the notion of Events, and managed a coherent task switch. Also, renamed a lot of the variables to have a more coherent naming scheme. --- src/Local.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Local.cc') diff --git a/src/Local.cc b/src/Local.cc index c354db9..1619557 100644 --- a/src/Local.cc +++ b/src/Local.cc @@ -18,7 +18,7 @@ void * Balau::TLSManager::createTLS() { } static Balau::TLSManager dummyTLSManager; -Balau::TLSManager * Balau::tlsManager = &dummyTLSManager; +Balau::TLSManager * Balau::g_tlsManager = &dummyTLSManager; int Balau::Local::s_size = 0; void ** Balau::Local::m_globals = 0; -- cgit v1.2.3