Skip to content

Commit

Permalink
keep struct in options.jl in sync
Browse files Browse the repository at this point in the history
  • Loading branch information
d-netto committed Jun 26, 2023
1 parent 96f0038 commit 4fedfda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/options.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ struct JLOptions
cpu_target::Ptr{UInt8}
nthreadpools::Int16
nthreads::Int16
ngcthreads::Int16
nmarkthreads::Int16
nsweepthreads::Int8
nthreads_per_pool::Ptr{Int16}
nprocs::Int32
machine_file::Ptr{UInt8}
Expand Down

0 comments on commit 4fedfda

Please sign in to comment.