File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ libwebsockets_jll = "b6b84edf-6aef-5ff6-9b66-656961a84a09"
77Printf = " de0858da-6303-5e67-8744-51eddeeeb8d7"
88
99[compat ]
10- libwebsockets_jll = " 4.3.4 "
10+ libwebsockets_jll = " 4.4.0 "
1111julia = " 1.8"
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ Base.@kwdef mutable struct LwsContextCreationInfo
295295 external_baggage_free_on_destroy:: Ptr{Cvoid} = C_NULL
296296 pt_serv_buf_size:: Cuint = 0
297297 fops:: Ptr{LwsPlatFileOps} = C_NULL
298- socks_proxy_address:: Ptr{Cuchar } = C_NULL
298+ socks_proxy_address:: Ptr{Cchar } = C_NULL
299299 socks_proxy_port:: Cuint = 0
300300 foreign_loops:: Ptr{Ptr{Cvoid}} = C_NULL
301301 signal_cb:: Ptr{Cvoid} = C_NULL
@@ -315,11 +315,13 @@ Base.@kwdef mutable struct LwsContextCreationInfo
315315 early_smd_cb:: Ptr{Cvoid} = C_NULL
316316 early_smd_opaque:: Ptr{Cvoid} = C_NULL
317317 early_smd_class_filter:: Cint = 0
318- smd_ttl_us:: Cintmax_t = 0
318+ smd_ttl_us:: UInt64 = 0
319319 smd_queue_depth:: Cushort = 0
320320 fo_listen_queue:: Cint = 0
321321 event_lib_custom:: Ptr{LwsPluginEvlib} = C_NULL
322322 log_cx:: Ptr{LwsLogCx} = C_NULL
323+ default_loglevel:: Cint = 0
324+ vh_listen_sockfd:: Cint = 0
323325 http_nsc_filepath:: Ptr{Cchar} = C_NULL
324326 http_nsc_heap_max_footprint:: Csize_t = 0
325327 http_nsc_heap_max_items:: Csize_t = 0
You can’t perform that action at this time.
0 commit comments