X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ovsdb%2Fjsonrpc-server.c;h=cfaa656c0a7471f87941bed493b3d8a4118e4178;hb=c70a77673cfc9e70d4e7e1633bdfa461fbd154f3;hp=692830c0c8a442d363253791f73650e506afcd7b;hpb=1c1764f971d470f5291a86c0f715867ce26bf321;p=sliver-openvswitch.git diff --git a/ovsdb/jsonrpc-server.c b/ovsdb/jsonrpc-server.c index 692830c0c..cfaa656c0 100644 --- a/ovsdb/jsonrpc-server.c +++ b/ovsdb/jsonrpc-server.c @@ -1512,8 +1512,8 @@ ovsdb_jsonrpc_monitor_change_cb(const struct ovsdb_row *old, return true; } -/* Returns JSON for a (as described in ovsdb/SPECS) for 'row' - * within 'mt', or NULL if no row update should be sent. +/* Returns JSON for a (as described in RFC 7047) for 'row' within + * 'mt', or NULL if no row update should be sent. * * The caller should specify 'initial' as true if the returned JSON is going to * be used as part of the initial reply to a "monitor" request, false if it is @@ -1596,9 +1596,9 @@ ovsdb_jsonrpc_monitor_compose_row_update( } /* Constructs and returns JSON for a object (as described in - * ovsdb/SPECS) for all the outstanding changes within 'monitor', and deletes - * all the outstanding changes from 'monitor'. Returns NULL if no update needs - * to be sent. + * RFC 7047) for all the outstanding changes within 'monitor', and deletes all + * the outstanding changes from 'monitor'. Returns NULL if no update needs to + * be sent. * * The caller should specify 'initial' as true if the returned JSON is going to * be used as part of the initial reply to a "monitor" request, false if it is