[eq-dev] variable is evaluated without initialization ?

Stefan Eilemann eilemann at gmail.com
Sat Jan 31 14:37:47 CET 2009


On 31. Jan 2009, at 4:46, wangfeiz at notes.udayton.edu wrote:

> I am reading the source code of Equalizer.
> In the file socketConnectionWin32.cpp, in the fuction
> bool SocketConnection::connect(),  on line 53, the variable  
> socketAddress is declared to have a type of sockaddr_in, but I did  
> not see the variable is initialized, how it can be evaluated with  
> _parseAddress( )  ?
>

It is initialized in _parseAddress with the data from the connection  
description (it's passed via reference).


HTH,

Stefan.




More information about the eq-dev mailing list