diff options
author | Justin Clark-Casey (justincc) | 2014-09-03 23:31:45 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-09-03 23:35:18 +0100 |
commit | b08ab1e3754da4a2855bb77fca91dce01e9c2fae (patch) | |
tree | bd988acd43103f8b38fa7d6c1ccdef2c5c95f821 /prebuild.xml | |
parent | Cleanup some unused code and configuration entries (diff) | |
download | opensim-SC-b08ab1e3754da4a2855bb77fca91dce01e9c2fae.zip opensim-SC-b08ab1e3754da4a2855bb77fca91dce01e9c2fae.tar.gz opensim-SC-b08ab1e3754da4a2855bb77fca91dce01e9c2fae.tar.bz2 opensim-SC-b08ab1e3754da4a2855bb77fca91dce01e9c2fae.tar.xz |
If BulletSim is running on its own threads, start this thread via the thread watchdog.
This allows us to see the presence of the permanent thread via the "show threads" console comand.
Also adds the region name to the thread name.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 006f545..ba18a2c 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1746,6 +1746,7 @@ | |||
1746 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | 1746 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> |
1747 | <Reference name="Nini.dll" path="../../../../bin/"/> | 1747 | <Reference name="Nini.dll" path="../../../../bin/"/> |
1748 | <Reference name="OpenSim.Framework"/> | 1748 | <Reference name="OpenSim.Framework"/> |
1749 | <Reference name="OpenSim.Framework.Monitoring"/> | ||
1749 | <Reference name="OpenSim.Region.Framework"/> | 1750 | <Reference name="OpenSim.Region.Framework"/> |
1750 | <Reference name="OpenSim.Region.CoreModules"/> | 1751 | <Reference name="OpenSim.Region.CoreModules"/> |
1751 | <Reference name="OpenSim.Region.OptionalModules"/> | 1752 | <Reference name="OpenSim.Region.OptionalModules"/> |