1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

live: make compile; pref: allow _linux.v etc

This commit is contained in:
Alexander Medvednikov
2020-05-09 20:31:50 +02:00
parent d7c4630d33
commit 3052266a40
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ pub:
live_linkfn FNLinkLiveSymbols // generated C callback; receives a dlopen handle
so_extension string // .so or .dll
so_name_template string // a sprintf template for the shared libraries location
mut:
pub mut:
live_lib voidptr // the result of dl.open
reloads int // how many times a reloading was tried
reloads_ok int // how many times the reloads succeeded