Commit 25499f84 authored by Dafydd Harries's avatar Dafydd Harries

add storage for candidate username/password

darcs-hash:20070129151215-c9803-d8f3b82ebf3c50caa93d1d288fc6c2ecbf8fe776.gz
parent 48ce8c64
...@@ -28,6 +28,8 @@ struct _candidate ...@@ -28,6 +28,8 @@ struct _candidate
// guint generation; // guint generation;
// gchar *foundation; // gchar *foundation;
UDPSocket sock; UDPSocket sock;
gchar username[128];
gchar password[128];
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment