[PATCH 2/4] server: Add function to count only valid handles in a process

Austin Lund austin.lund at gmail.com
Mon Jun 20 06:32:37 CDT 2011


On 20 June 2011 15:12, Vitaliy Margolen <wine-devel at kievinfo.com> wrote:
> On 06/19/2011 08:15 PM, Austin Lund wrote:
>>
>> [PATCH 2/4] server: Add function to count only valid handles in a process
>
> This makes no sense. All handles are valid inside wineserver.

When looking at bug 9484 and trying to implement this functionality, I
thought that the next_process call would return the number of open
handles in the process.  This is currently incorrect.  As it stands
reply->handles is the size of the allocated handle table (which is
currently a power of two times 32) which is information almost totally
irrelevant to anyone wanting handle information using snapshots.

My patch changes this to count the number of open handles.  Later
patches I have use this functionality.

I've attached an amendment which just changes the name of the call.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-server-Add-function-to-count-only-open-handles-for-a.patch
Type: text/x-patch
Size: 2427 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20110620/1a2bc81e/attachment.bin>


More information about the wine-devel mailing list