10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-26 15:12:19 +02:00

TaskServer

This commit is contained in:
Anthony Scemama 2020-12-04 10:50:46 +01:00
parent a9284c394b
commit 406d40ac8f

View File

@ -73,8 +73,6 @@ let hostname = lazy (
| _ -> "localhost"
)
let () =
Printf.printf "%s\n%!" (Lazy.force hostname)
external get_ipv4_address_for_interface : string -> string =
"get_ipv4_address_for_interface" ;;