Sarah Jelinek wrote: > > > Evan Layton wrote: >> I need a code review for: >> >> http://cr.opensolaris.org/~evanl/snap_996 >> >> This webrev includes the fixes for 996 and 1000 >> >> http://defect.opensolaris.org/bz/show_bug.cgi?id=996 >> http://defect.opensolaris.org/bz/show_bug.cgi?id=1000 >> > Looks ok to me. It isn't quite clear to me what or how > libbe_print_errors() is used. Can you clarify?
This is simply the function that toggles the printing on and off. For example if you wanted error output you'd just call libbe_print_errors(B_TRUE) and that would start the error output for any subsequent libbe library calls. This allows a caller to turn on the error output at any time and turn it back off if wanted bycalling libbe_print_errors(B_FALSE). -evan > > thanks, > sarah > ***8 >> Thanks! >> -evan >> _______________________________________________ >> caiman-discuss mailing list >> caiman-discuss at opensolaris.org >> http://mail.opensolaris.org/mailman/listinfo/caiman-discuss >> >>
