Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src



> On 08 Dec 2016, at 15:41, Nathanial Sloss <nat%netbsd.org@localhost> wrote:
> 
> On Thu, 8 Dec 2016 23:57:51 J. Hannken-Illjes wrote:
>> +#define        D_MCLOSE        0x0004
>> 
>> What is a MCLOSE device class?
>> 
> 
> Normally character devices are don't execute the close function untill the 
> last instance of device is closed.  MCLOSE is short for multiple close, for 
> use when you want the close function to run when any instance of the device, 
> in this case audio, is closed.

So it should become a flag like 0x0400, not a class in the 0x00ff range.

Where was this change discussed?

--
J. Hannken-Illjes - hannken%eis.cs.tu-bs.de@localhost - TU Braunschweig (Germany)



Home | Main Index | Thread Index | Old Index