File tree Expand file tree Collapse file tree 8 files changed +12
-1
lines changed
Expand file tree Collapse file tree 8 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 2323open Db_exn
2424open Db_lock
2525open Pervasiveext
26+ open Threadext
2627
2728module D = Debug. Debugger (struct let name = " sql" end )
2829open D
Original file line number Diff line number Diff line change 1818 restarts in emergency mode.
1919*)
2020
21+ open Threadext
22+
2123type db_record = (string * string ) list * (string * (string list )) list
2224module D = Debug .Debugger (struct let name = "master_connection" end )
2325open D
Original file line number Diff line number Diff line change 1414open Locking_helpers
1515open Stringext
1616open Pervasiveext
17+ open Threadext
1718
1819module D = Debug. Debugger (struct let name = " dispatcher" end )
1920open D
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ open Http
2222open Importexport
2323open Unixext
2424open Pervasiveext
25+ open Threadext
2526
2627open Client
2728
Original file line number Diff line number Diff line change 1414(* *
1515 * @group Main Loop and Start-up
1616 *)
17+
18+ open Threadext
1719
1820module D = Debug. Debugger (struct let name= " startup" end )
1921open D
@@ -77,4 +79,4 @@ let run ~__context tasks =
7779 raise exn
7880 ) tasks
7981
80- let run ~__context tasks = Stats. time_this " overall xapi startup" (fun () -> run ~__context tasks)
82+ let run ~__context tasks = Stats. time_this " overall xapi startup" (fun () -> run ~__context tasks)
Original file line number Diff line number Diff line change 1212 * GNU Lesser General Public License for more details.
1313 *)
1414open Printf
15+ open Threadext
1516
1617(* * Start the XML-RPC server. *)
1718let _ =
Original file line number Diff line number Diff line change 1414(* Xapi_fuse: Code to cause Xapi to commit not-completely-terminal hari-kiri *)
1515(* The watchdog catches the exit()s and restarts us *)
1616
17+ open Threadext
18+
1719module D = Debug. Debugger (struct let name= " xapi_fuse" end )
1820open D
1921
Original file line number Diff line number Diff line change 1515 * @group Pool Management
1616 *)
1717
18+ open Threadext
1819open Client
1920
2021module D = Debug. Debugger (struct let name= " xapi" end )
You can’t perform that action at this time.
0 commit comments