|
From: Bart V. A. <bar...@gm...> - 2007-02-21 08:37:51
|
All you have to change is line 39 in file drd/drd_mutex.c:
struct mutex_info s_mutex[256];
But I'm afraid that if your application is large, that drd will be killed
soon by the Linux kernel because it runs out of memory.
Bart.
On 2/21/07, Maxim Osipov <max...@gm...> wrote:
>
> Aha, thanks! I know and understand about development status :)
>
> Is there are chances to increase number of supported mutexes by some
> simple drd code modification?
>
> Maxim
>
|