Skip to content

Commit

Permalink
chore(deps): update deps/open62541 digest to cb1bd47
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent 78dd773 commit 8d0b71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/open62541
Submodule open62541 updated 40 files
+2 −4 .github/workflows/coverage.yml
+20 −0 .github/workflows/release.yml
+0 −2 arch/common/ua_timer.c
+4 −14 arch/eventloop_posix.c
+2 −6 arch/eventloop_posix_eth.c
+6 −6 arch/eventloop_posix_interrupt.c
+1 −1 arch/eventloop_posix_select.c
+4 −16 arch/eventloop_posix_tcp.c
+9 −17 arch/eventloop_posix_udp.c
+1 −1 examples/common.h
+1 −1 examples/tutorial_server_method_async.c
+16 −9 include/open62541/config.h.in
+1 −1 plugins/ua_config_default.c
+1 −12 src/client/ua_client.c
+4 −27 src/client/ua_client_connect.c
+47 −52 src/client/ua_client_subscriptions.c
+0 −14 src/pubsub/ua_pubsub_eventloop.c
+2 −1 src/pubsub/ua_pubsub_keystorage.c
+50 −74 src/pubsub/ua_pubsub_ns0.c
+4 −5 src/pubsub/ua_pubsub_writergroup.c
+8 −9 src/server/ua_discovery_mdns.c
+12 −19 src/server/ua_server.c
+1 −3 src/server/ua_server_ns0_diagnostics.c
+6 −35 src/server/ua_services_attribute.c
+4 −12 src/server/ua_services_discovery.c
+0 −4 src/server/ua_services_method.c
+0 −28 src/server/ua_services_nodemanagement.c
+2 −16 src/server/ua_services_session.c
+0 −3 src/server/ua_services_subscription.c
+0 −3 src/server/ua_services_view.c
+0 −2 src/server/ua_subscription_datachange.c
+0 −4 src/server/ua_subscription_monitoreditem.c
+1 −1 src/ua_util.c
+1 −1 src/ua_util_internal.h
+1 −1 tests/check_eventloop_interrupt.c
+4 −4 tests/check_types_memory.c
+4 −4 tests/server/check_discovery.c
+1 −1 tests/testing-plugins/testing_clock.c
+2 −2 tests/testing-plugins/thread_wrapper.h
+15 −0 tools/ci.sh

0 comments on commit 8d0b71e

Please sign in to comment.