OpenTTD Source 20260421-master-gc2fbc6fdeb
network_survey.h File Reference

Part of the network protocol handling opt-in survey. More...

#include <condition_variable>
#include <mutex>
#include "core/http.h"

Go to the source code of this file.

Data Structures

class  NetworkSurveyHandler
 Socket handler for the survey connection. More...

Variables

NetworkSurveyHandler _survey
 The handler for sending surveys for statistics.

Detailed Description

Part of the network protocol handling opt-in survey.

Definition in file network_survey.h.

Variable Documentation

◆ _survey

NetworkSurveyHandler _survey
extern

The handler for sending surveys for statistics.

Definition at line 32 of file network_survey.cpp.

Referenced by CrashLog::SendSurvey(), and SurveyResultTextfileWindow::SurveyResultTextfileWindow().