Searched refs:info_ (Results 1 – 1 of 1) sorted by relevance
42 memset(&info_, 0, sizeof info_);43 info_.port = 0; // let the kernel select an available port44 info_.iface = "127.0.0.1"; // listen only on localhost45 info_.mounts = &mount_;50 lws_context_creation_info info_; member78 auto ctx = lws_create_context(&conf->info_); in New()