Index: ppapi/native_client/src/shared/ppapi_proxy/ppb_udp_socket_private.srpc |
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/ppb_udp_socket_private.srpc b/ppapi/native_client/src/shared/ppapi_proxy/ppb_udp_socket_private.srpc |
index 726809305e193e0a62f6abe2633c5b48bbf0e85c..3e5a27b2fcab3ece7e933ab3d68a2b6b3414bd14 100644 |
--- a/ppapi/native_client/src/shared/ppapi_proxy/ppb_udp_socket_private.srpc |
+++ b/ppapi/native_client/src/shared/ppapi_proxy/ppb_udp_socket_private.srpc |
@@ -1,4 +1,4 @@ |
-# Copyright (c) 2011 The Native Client Authors. All rights reserved. |
+# Copyright (c) 2012 The Native Client Authors. All rights reserved. |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
# |
@@ -28,6 +28,13 @@ |
'outputs': [['pp_error', 'int32_t'], |
] |
}, |
+ {'name': 'PPB_UDPSocket_Private_GetBoundAddress', |
+ 'inputs': [['udp_socket', 'PP_Resource'], # PP_Resource |
+ ], |
+ 'outputs': [['addr', 'char[]'], # PP_NetAddress_Private* |
+ ['success', 'int32_t'], # PP_Bool |
+ ] |
+ }, |
{'name': 'PPB_UDPSocket_Private_RecvFrom', |
'inputs': [['udp_socket', 'PP_Resource'], # PP_Resource |
['num_bytes', 'int32_t'], |