This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: time for 1.5.11?


On Jul 13 09:05, Gerd Spalink wrote:
> YES, I am working on a patch. In the patch, the device handler keeps track of
> duped copies with a doubly linked list. All duped copies actually
> use pointers to the same audio_in_ / audio_out_ structures.
> The problem is that each duped copy has its own fhandler_dsp object, so
> that any changes to member variables have to be reflected in ALL duped copies.
> This mainly affects the ioctl method, which has to be changed a lot.

Wouldn't shared values easier be handled by static member variables?

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Co-Project Leader          mailto:cygwin@cygwin.com
Red Hat, Inc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]