Added more functionality to the ADC client test code.

This commit is contained in:
Jan Vidar Krey
2012-10-02 23:59:11 +02:00
parent 5136525abc
commit cb6236691b
3 changed files with 35 additions and 5 deletions

View File

@@ -168,7 +168,7 @@ int main(int argc, char** argv)
memset(g_usermap, 0, sizeof(g_usermap));
client = ADC_client_create("uhub-admin", "stresstester");
client = ADC_client_create("uhub-admin", "stresstester", NULL);
ADC_client_set_callback(client, handle);
ADC_client_connect(client, argv[1]);