On 2009/04/07 19:01, Stephen Paul Weber <singpol...@singpolyma.net> wrote:
> Attached please find 5 patch files, each the output of a git show
> for 5 commits that progressively implement this feature :)

Found a major problem: conn.c does not deal with more than one
connection at a time.  There's the global variable "g", which needs to
be converted to a parameter, so we have a per-server "conn" object.

Result:

 mpdscribble: src/conn.c:89: conn_initiate: Assertion `!g.pending' failed.

Max

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to