search for: wui_thread_send_login

Displaying 2 results from an estimated 2 matches for "wui_thread_send_login".

2009 Jul 23
1
viewer updates for fedora submission
This patchset provides updates to the viewer in preperation for its fedora submission. Included are patches cmd-line parameterizing hostname/user/pass/vm, the addition of a man page, cleanup of the project's structure, and updates to the spec.
2009 Jul 13
0
[PATCH viewer] permit hostname / username / password / vm to be passed in via the cmd line
...*/ extern struct vm* vm_in_focus; @@ -101,8 +106,8 @@ extern void wui_thread_send_connect (const char *uri); /* Disconnect, forget URI, credentials, VMs etc. */ extern void wui_thread_send_disconnect (void); -/* Set the username and password and tell the WUI to try to log in. */ -extern void wui_thread_send_login (const char *username, const char *password); +/* tell the WUI to try to log in with the username / password variables above */ +extern void wui_thread_send_login (void); /* Tell the WUI thread to refresh the VM list. Note that the WUI * thread does this automatically anyway after a successfu...