X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fjsonrpc.h;h=93ac2e8608a8cabcb36b6761f2c232560aed1e37;hb=cf3a5d915f8d4d0d1a7774430db4f11f161fea70;hp=5d47ac5e6240db032b4fc613239c8cc44e2c497c;hpb=dcbb691b0046f0d4421afbe8901d85c186929f7e;p=openvswitch diff --git a/lib/jsonrpc.h b/lib/jsonrpc.h index 5d47ac5e..93ac2e86 100644 --- a/lib/jsonrpc.h +++ b/lib/jsonrpc.h @@ -67,7 +67,8 @@ struct jsonrpc_msg { }; struct jsonrpc_msg *jsonrpc_create_request(const char *method, - struct json *params); + struct json *params, + struct json **idp); struct jsonrpc_msg *jsonrpc_create_notify(const char *method, struct json *params); struct jsonrpc_msg *jsonrpc_create_reply(struct json *result,