Changeset 35458 in vbox
- Timestamp:
- Jan 10, 2011 2:15:07 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
doc/manual/user_ChangeLogImpl.xml (modified) (1 diff)
-
src/VBox/Main/webservice/vboxweb.cpp (modified) (2 diffs)
-
src/VBox/Main/webservice/vboxweb.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/user_ChangeLogImpl.xml
r35441 r35458 48 48 <para>Main: fixed crash under rare circumstances due to an invalid 49 49 logging string (4.0 regression)</para> 50 </listitem> 51 52 <listitem> 53 <para>Webservice: now listens to localhost by default as documented 54 (bug #6067)</para> 50 55 </listitem> 51 56 -
trunk/src/VBox/Main/webservice/vboxweb.cpp
r35454 r35458 88 88 ****************************************************************************/ 89 89 90 ComPtr<IVirtualBoxClient> g_pVirtualBoxClient = NULL; 91 ComPtr<IVirtualBox> g_pVirtualBox = NULL; 90 static ComPtr<IVirtualBoxClient> g_pVirtualBoxClient = NULL; 92 91 93 92 // generated strings in methodmaps.cpp … … 129 128 util::WriteLockHandle *g_pAuthLibLockHandle; 130 129 131 // this mutex protects the global VirtualBox reference 132 util::RWLockHandle *g_pVirtualBoxLockHandle; 130 // this mutex protects the global VirtualBox reference below 131 static util::RWLockHandle *g_pVirtualBoxLockHandle; 132 133 static ComPtr<IVirtualBox> g_pVirtualBox = NULL; 133 134 134 135 // this mutex protects all of the below -
trunk/src/VBox/Main/webservice/vboxweb.h
r35454 r35458 55 55 ****************************************************************************/ 56 56 57 extern ComPtr<IVirtualBox> g_pVirtualBox;58 57 extern bool g_fVerbose; 59 58
Note:
See TracChangeset
for help on using the changeset viewer.

