]> git.proxmox.com Git - ovs.git/commit
ovsdb_monitor: Fix style of prototypes.
authorHan Zhou <hzhou8@ebay.com>
Fri, 15 Feb 2019 20:25:58 +0000 (12:25 -0800)
committerBen Pfaff <blp@ovn.org>
Fri, 22 Feb 2019 22:51:17 +0000 (14:51 -0800)
commitbe084595769412c9621abe2336d7de3ef0f5f351
treed96d88b74b8033c3ef939c8ed2f4211814acd367
parenta3f42026550dc1bcba3ad41dc853ba9b5feec771
ovsdb_monitor: Fix style of prototypes.

Ommiting the parameter names in prototypes, as suggested by coding
style: Omit parameter names from function prototypes when the names
do not give useful information.

Adjust orders of parameters as suggested by coding style.

Signed-off-by: Han Zhou <hzhou8@ebay.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
ovsdb/jsonrpc-server.c
ovsdb/monitor.c
ovsdb/monitor.h