[openamq-dev] Only a single thread may register signals.

Martin Sustrik sustrik at imatix.com
Wed Jan 2 10:24:47 CET 2008


Hi,

No, there is no way to switch the warning off. However, you can modify 
the source code and remove it altogether.

Corresponding code can be found in base2/smt/smt_singal.c:

    if (thread != s_signal_thread) {
        icl_console_print ("Only a single thread may register signals.");
        rc = -1;
    }


Martin

Malinga wrote:
> Hi,
>
>  But is there any way to get rid of that warning.
>
> -Malinga
>
> ------------------------------------------------------------------------
> Never miss a thing. Make Yahoo your homepage. 
> <http://us.rd.yahoo.com/evt=51438/*http://www.yahoo.com/r/hs>
> ------------------------------------------------------------------------
>
> _______________________________________________
> openamq-dev mailing list
> openamq-dev at lists.openamq.org
> http://lists.openamq.org/mailman/listinfo/openamq-dev
>   



More information about the openamq-dev mailing list