unixctl: Allow passing auxiliary data to unixctl commands.
authorBen Pfaff <blp@nicira.com>
Thu, 29 Oct 2009 22:20:21 +0000 (15:20 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 29 Oct 2009 22:20:56 +0000 (15:20 -0700)
commit8ca79daaa04ca3d5edcacf84646d953569f55cb6
tree330c0919f54cff9de9e51ce39b82015c1e995563
parentdc81071d9fe21beaead51a9c0a8d87fbefbfcf56
unixctl: Allow passing auxiliary data to unixctl commands.

This will allow users of unixctl to avoid using global variables, leading
to cleaner code.
lib/coverage.c
lib/unixctl.c
lib/unixctl.h
lib/vlog.c
vswitchd/bridge.c
vswitchd/ovs-vswitchd.c