summaryrefslogtreecommitdiff
path: root/lackey
diff options
context:
space:
mode:
authornjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2005-06-19 01:24:32 +0000
committernjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2005-06-19 01:24:32 +0000
commitc7561b931e249acf3768ead77638545b0ccaa8f1 (patch)
treefe08fcd35349cccd5a50d421a1e35108e5d75f57 /lackey
parentfd0922c413332ab905868dbac18da8dda1e5a0d4 (diff)
Final commit for the initial modularisation pass:
- Broke part of m_scheduler off into a new module m_threadstate. It contains ThreadState, VG_(threads)[] and some basic operations on the thread table. All simple stuff, the complex stuff stays in m_scheduler. This avoids lots of circular dependencies between m_scheduler and other modules. - Managed to finally remove core.h and tool.h, double hurrah! - Introduced pub_tool_basics.h and pub_core_basics.h, one of which is include by every single C file. - Lots of little cleanups and changes related to the above. - I even did a small amount of documentation updating. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3944 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'lackey')
-rw-r--r--lackey/lk_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lackey/lk_main.c b/lackey/lk_main.c
index db39de39..ccb4a4df 100644
--- a/lackey/lk_main.c
+++ b/lackey/lk_main.c
@@ -29,7 +29,7 @@
The GNU General Public License is contained in the file COPYING.
*/
-#include "tool.h"
+#include "pub_tool_basics.h"
#include "pub_tool_tooliface.h"
#include "pub_tool_libcassert.h"
#include "pub_tool_libcprint.h"