Klement Sekera | 8f2a4ea | 2017-05-04 06:15:18 +0200 | [diff] [blame] | 1 | |
| 2 | VAPICLIENT_17.07 { |
| 3 | global: |
| 4 | vapi_msg_alloc; |
| 5 | vapi_msg_free; |
| 6 | vapi_ctx_alloc; |
| 7 | vapi_ctx_free; |
| 8 | vapi_is_msg_available; |
| 9 | vapi_connect; |
| 10 | vapi_disconnect; |
| 11 | vapi_get_fd; |
| 12 | vapi_send; |
| 13 | vapi_send2; |
| 14 | vapi_recv; |
| 15 | vapi_wait; |
| 16 | vapi_dispatch_one; |
| 17 | vapi_dispatch; |
| 18 | vapi_set_event_cb; |
| 19 | vapi_clear_event_cb; |
| 20 | vapi_set_generic_event_cb; |
| 21 | vapi_clear_generic_event_cb; |
| 22 | vapi_get_client_index; |
| 23 | vapi_register_msg; |
| 24 | vapi_get_client_index; |
| 25 | vapi_is_nonblocking; |
Klement Sekera | dc15be2 | 2017-06-12 06:49:33 +0200 | [diff] [blame] | 26 | vapi_requests_empty; |
Klement Sekera | 8f2a4ea | 2017-05-04 06:15:18 +0200 | [diff] [blame] | 27 | vapi_requests_full; |
| 28 | vapi_gen_req_context; |
| 29 | vapi_producer_lock; |
| 30 | vapi_send_with_control_ping; |
| 31 | vapi_store_request; |
| 32 | vapi_is_nonblocking; |
| 33 | vapi_producer_unlock; |
| 34 | vapi_lookup_vl_msg_id; |
| 35 | vapi_lookup_vapi_msg_id_t; |
| 36 | vapi_msg_is_with_context; |
| 37 | vapi_get_context_offset; |
| 38 | vapi_msg_id_control_ping; |
| 39 | vapi_msg_id_control_ping_reply; |
Klement Sekera | dc15be2 | 2017-06-12 06:49:33 +0200 | [diff] [blame] | 40 | vapi_get_message_count; |
| 41 | vapi_get_msg_name; |
Klement Sekera | 8f2a4ea | 2017-05-04 06:15:18 +0200 | [diff] [blame] | 42 | |
| 43 | local: *; |
| 44 | }; |