| Index: ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h b/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h
|
| index b2fda1b25f2b11960df9347f6f7ac592242359d7..14212f8b4a3f865307165e5e2326237b9e6b944a 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h
|
| @@ -1112,6 +1112,12 @@ class PpbUDPSocketPrivateRpcServer {
|
| nacl_abi_size_t addr_bytes, char* addr,
|
| int32_t callback_id,
|
| int32_t* pp_error);
|
| + static void PPB_UDPSocket_Private_GetBoundAddress(
|
| + NaClSrpcRpc* rpc,
|
| + NaClSrpcClosure* done,
|
| + PP_Resource udp_socket,
|
| + nacl_abi_size_t* addr_bytes, char* addr,
|
| + int32_t* success);
|
| static void PPB_UDPSocket_Private_RecvFrom(
|
| NaClSrpcRpc* rpc,
|
| NaClSrpcClosure* done,
|
|
|