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

Opt-in survey part of the network protocol. More...

#include "../stdafx.h"
#include "network_survey.h"
#include "../settings_table.h"
#include "network.h"
#include "network_func.h"
#include "../debug.h"
#include "../survey.h"
#include "../3rdparty/fmt/chrono.h"
#include "../3rdparty/fmt/std.h"
#include "../safeguards.h"

Go to the source code of this file.

Variables

NetworkSurveyHandler _survey = {}
 The handler for sending surveys for statistics.

Detailed Description

Opt-in survey part of the network protocol.

Definition in file network_survey.cpp.

Variable Documentation

◆ _survey

NetworkSurveyHandler _survey = {}

The handler for sending surveys for statistics.

Definition at line 32 of file network_survey.cpp.

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