X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=HACKING;fp=HACKING;h=468162ecbfc0771abd5c99fb0f41c13966b48fd1;hb=e2e705307171a21a413f6ea47baf52d2fb44a6b3;hp=ab5f83ab7109c985066261dba49f7b897eb54f7f;hpb=982d415dc9b200c870406240ddd62efa2dd6ba6d;p=guestfs-browser.git diff --git a/HACKING b/HACKING index ab5f83a..468162e 100644 --- a/HACKING +++ b/HACKING @@ -51,9 +51,9 @@ safe, and in any case we don't want the main thread to block because it performs some long-running operation by accident). The slave thread is defined in the Slave module (interface: -'slave.mli') and all slave_* files. The Slave module also defines -what commands are possible. Every other module and file is part of -the main thread except for a few utility / library modules. +'slave.mli') and the slave.ml implementation. The Slave module also +defines what commands are possible. Every other module and file is +part of the main thread except for a few utility modules. The main thread starts in the module Main.