Skip to content

Commit

Permalink
chore(deps): update deps/open62541 digest to c910c1f (#1167)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 30, 2023
1 parent 70f3a24 commit b27fb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/open62541
Submodule open62541 updated 47 files
+7 −6 CMakeLists.txt
+9 −3 arch/common/ua_timer.c
+4 −3 deps/ziptree.c
+12 −5 deps/ziptree.h
+26 −33 examples/discovery/server_multicast.c
+15 −26 examples/discovery/server_register.c
+2 −18 examples/pubsub/server_pubsub_publisher_rt_level.c
+97 −27 examples/server_ctt.c
+16 −0 include/open62541/client_highlevel.h
+28 −52 include/open62541/server.h
+10 −27 include/open62541/types.h
+16 −1 plugins/ua_accesscontrol_default.c
+4 −0 plugins/ua_config_default.c
+0 −11 src/client/ua_client.c
+12 −5 src/client/ua_client_highlevel.c
+2 −1 src/pubsub/ua_pubsub_dataset.c
+517 −0 src/server/ua_discovery.c
+15 −15 src/server/ua_discovery.h
+0 −217 src/server/ua_discovery_manager.c
+622 −102 src/server/ua_discovery_mdns.c
+4 −1 src/server/ua_server.c
+0 −124 src/server/ua_server_discovery.c
+0 −632 src/server/ua_server_discovery_mdns.c
+8 −13 src/server/ua_server_internal.h
+11 −0 src/server/ua_server_ns0.c
+1 −1 src/server/ua_server_ns0_diagnostics.c
+4 −1 src/server/ua_server_utils.c
+126 −149 src/server/ua_services_attribute.c
+92 −182 src/server/ua_services_discovery.c
+1 −6 src/server/ua_services_method.c
+7 −8 src/server/ua_services_monitoreditem.c
+44 −66 src/server/ua_services_subscription.c
+46 −48 src/server/ua_subscription.c
+7 −12 src/server/ua_subscription.h
+31 −36 src/server/ua_subscription_datachange.c
+3 −6 src/server/ua_subscription_events_filter.c
+60 −77 src/ua_types.c
+1 −1 src/ua_types_encoding_json.c
+9 −0 tests/client/check_client_subscriptions.c
+46 −94 tests/server/check_discovery.c
+7 −3 tests/server/check_server_historical_data.c
+7 −3 tests/server/check_server_historical_data_circular.c
+6 −2 tests/server/check_services_attributes.c
+1 −0 tools/cmake/macros_public.cmake
+2 −2 tools/nodeset_compiler/backend_open62541_nodes.py
+2 −0 tools/nodeset_compiler/backend_open62541_typedefinitions.py
+1 −1 tools/open62541.pc.in

0 comments on commit b27fb9b

Please sign in to comment.