Document async networking interfaces.

This commit is contained in:
Josh Matthews 2015-03-05 10:51:32 -05:00
parent 1ca9ff56c8
commit 1b9684634f
2 changed files with 16 additions and 0 deletions

View file

@ -35,6 +35,7 @@ use std::thunk::Invoke;
static mut HOST_TABLE: Option<*mut HashMap<String, String>> = None;
pub fn global_init() {
<<<<<<< HEAD
//TODO: handle bad file path
let path = match env::var("HOST_FILE") {
Ok(host_file_path) => host_file_path,