[EMAIL PROTECTED] wrote: > Hii all, > > ipmi_domain_close(domain, close_timeout, tmp_obj); > > using the above function i am closing the lan connection, whether it\\\'s any > way to affect, the > running operation_loop(i.e whether it\\\'s stops the operation loop). > (os_hnd->operation_loop(os_hnd);) > This will not stop the operation of that loop. To stop the loop, you need a global variable and you need to call the perform_one_op in your own loop, with the global variable telling the loop when to quit.
-corey > Thanks > barani > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Openipmi-developer mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/openipmi-developer > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Openipmi-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openipmi-developer
