[ros-dev] [ros-diffs] [jimtabor] 31204: Up the handle count to 0x10000, reset adjustment to support change. Add device capabilities to handle table.

Timo Kreuzer timo.kreuzer at web.de
Fri Dec 14 03:20:49 CET 2007


why waste the last handle?

> author: jimtabor
> Date: Thu Dec 13 23:27:28 2007
> New Revision: 31204
> -	for ( i = RESERVE_ENTRIES_COUNT; i < GDI_HANDLE_COUNT; i++ )
> +	for ( i = RESERVE_ENTRIES_COUNT; i < GDI_HANDLE_COUNT-1; i++ 
> -   if (HandleIndex >= GDI_HANDLE_COUNT)
> +   if (HandleIndex >= GDI_HANDLE_COUNT-1)



More information about the Ros-dev mailing list