On 01/23/2012 09:38 PM, Yao Qi wrote: > +void > +agent_run_command (int pid, const char *cmd, int len) > +{ When reading this patch today, I find this function should return a value so that caller of this function can easily check the success or failure. Here is the updated version. -- Yao (齐尧)