...
|
...
|
@@ -2834,10 +2834,37 @@ static sr_kemi_t tm_kemi_exports[] = {
|
2834
|
2834
|
{ SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE,
|
2835
|
2835
|
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
|
2836
|
2836
|
},
|
|
2837
|
+ { str_init("tm"), str_init("t_set_auto_inv_100"),
|
|
2838
|
+ SR_KEMIP_INT, t_set_auto_inv_100,
|
|
2839
|
+ { SR_KEMIP_INT, SR_KEMIP_NONE, SR_KEMIP_NONE,
|
|
2840
|
+ SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
|
|
2841
|
+ },
|
|
2842
|
+ { str_init("tm"), str_init("t_set_disable_6xx"),
|
|
2843
|
+ SR_KEMIP_INT, t_set_disable_6xx,
|
|
2844
|
+ { SR_KEMIP_INT, SR_KEMIP_NONE, SR_KEMIP_NONE,
|
|
2845
|
+ SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
|
|
2846
|
+ },
|
|
2847
|
+ { str_init("tm"), str_init("t_set_disable_failover"),
|
|
2848
|
+ SR_KEMIP_INT, t_set_disable_failover,
|
|
2849
|
+ { SR_KEMIP_INT, SR_KEMIP_NONE, SR_KEMIP_NONE,
|
|
2850
|
+ SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
|
|
2851
|
+ },
|
|
2852
|
+ { str_init("tm"), str_init("t_set_no_e2e_cancel_reason"),
|
|
2853
|
+ SR_KEMIP_INT, t_set_no_e2e_cancel_reason,
|
|
2854
|
+ { SR_KEMIP_INT, SR_KEMIP_NONE, SR_KEMIP_NONE,
|
|
2855
|
+ SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
|
|
2856
|
+ },
|
|
2857
|
+ { str_init("tm"), str_init("t_set_disable_internal_reply"),
|
|
2858
|
+ SR_KEMIP_INT, t_set_disable_internal_reply,
|
|
2859
|
+ { SR_KEMIP_INT, SR_KEMIP_NONE, SR_KEMIP_NONE,
|
|
2860
|
+ SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
|
|
2861
|
+ },
|
|
2862
|
+
|
2837
|
2863
|
|
2838
|
2864
|
{ {0, 0}, {0, 0}, 0, NULL, { 0, 0, 0, 0, 0, 0 } }
|
2839
|
2865
|
};
|
2840
|
2866
|
|
|
2867
|
+
|
2841
|
2868
|
int mod_register(char *path, int *dlflags, void *p1, void *p2)
|
2842
|
2869
|
{
|
2843
|
2870
|
sr_kemi_modules_add(tm_kemi_exports);
|