m_console = this;
m_warningPrevent = false;
m_dircommCounter = 0;
+
+ /*
+ * Create a connection to the Director and put it in a hash table
+ */
m_dircommHash.insert(m_dircommCounter, new DirComm(this, m_dircommCounter));
setupUi(this);
int main(int argc, char *argv[])
{
int ch;
+ int rc;
bool no_signals = true;
bool test_config = false;
mainWin = new MainWin;
mainWin->show();
- return app->exec();
+ rc = app->exec();
+// sm_dump(false);
+ return rc;
}
void terminate_console(int /*sig*/)
General:
+19Aug09
+kes Ensure timestamp put in SQL log
15Aug09
kes Modify acquire alogrithm so jobs do not block during despooling
This can give significantly more parallelism