Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys
> Log Message:
> Add a proc_is_traced_p() macro and use it, instead of copying the same code
> in many places. Idea from thorpej.
isn't it better to make it a real function?
otherwise, it's prone to have "missing opt_*.h include" type problems.
btw, i think you need to tweak "#if defined(KTRACE) || defined(SYSTRACE)"
around syscall_fancy.
YAMAMOTO Takashi
Home |
Main Index |
Thread Index |
Old Index