On Fri, Feb 14, 2014 at 03:15:48PM -0800, Gurucharan Shetty wrote:
> As of now, we are using the process subsystem in
> ovsdb-server to handle the "--run" command line
> option. That particular option is not used often
> and till deemed necessary, make it unsupported on
> Windows platform.
> 
> Signed-off-by: Gurucharan Shetty <gshe...@nicira.com>

This makes process_status_msg() return a null pointer instead of a
string.  That could cause problems for the caller (e.g. segfault).  I
think it would be better to return a malloc()'d string for
consistency.  (Probably doesn't matter but just in case.)

process_wait() could be implemented as OVS_NOT_REACHED() since after
all it shouldn't be possible to get a valid "struct process *" on
Windows.

Acked-by: Ben Pfaff <b...@nicira.com>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to