struct DCOPServerConnStruct
{
/*
* We use ICE to esablish a connection with the client.
*/
IceConn iceConn;
/*
* Major and minor versions of the XSMP.
*/
int proto_major_version;
int proto_minor_version;
QCString clientId;
};