Modules/UDI - Buffer delete, chained CB support
[tpg/acess2.git] / KernelLand / Modules / Interfaces / UDI / udi_lib / core / meta_mgmt.c
index 1c13b31..7db637f 100644 (file)
@@ -25,9 +25,9 @@ tUDI_MetaLang cMetaLang_Management = {
        NULL,
        3,
        {
-               {sizeof(udi_enumerate_cb_t), NULL},
-               {sizeof(udi_usage_cb_t), NULL},
-               {sizeof(udi_channel_event_cb_t), NULL},
+               {sizeof(udi_enumerate_cb_t),     0, NULL},
+               {sizeof(udi_usage_cb_t),         0, NULL},
+               {sizeof(udi_channel_event_cb_t), 0, NULL},
        }
 };
 

UCC git Repository :: git.ucc.asn.au