mirror of
https://github.com/clearlinux/telemetrics-client.git
synced 2026-08-29 06:15:39 +00:00
19 lines
214 B
Plaintext
19 lines
214 B
Plaintext
TM_1_0_0 {
|
|
global:
|
|
tm_set_config_file;
|
|
local:
|
|
*;
|
|
};
|
|
|
|
TM_2_0_0 {
|
|
global:
|
|
tm_free_record;
|
|
} TM_1_0_0;
|
|
|
|
TM_3_0_0 {
|
|
global:
|
|
tm_create_record;
|
|
tm_set_payload;
|
|
tm_send_record;
|
|
} TM_2_0_0;
|