Skip to content

Commit 71fff11

Browse files
authored
initial commit (#17)
1 parent 34e9dae commit 71fff11

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ libwebsockets_jll = "b6b84edf-6aef-5ff6-9b66-656961a84a09"
77
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
88

99
[compat]
10-
libwebsockets_jll = "4.3.4"
10+
libwebsockets_jll = "4.4.0"
1111
julia = "1.8"

src/types.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)