Started work on chat session, and chat states

This commit is contained in:
James Booth
2012-10-03 23:47:10 +01:00
parent cf211be221
commit f8de28232e
7 changed files with 175 additions and 2 deletions

View File

@@ -87,6 +87,8 @@ prof_run(const int disable_tls, char *log_level)
inp[size++] = '\0';
cmd_result = _process_input(inp);
}
g_timer_destroy(timer);
}
void