This file is indexed.

/usr/include/ns3.27/ns3/stats-module.h is in libns3-dev 3.27+dfsg-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#ifdef NS3_MODULE_COMPILATION
# error "Do not include ns3 module aggregator headers from other modules; these are meant only for end user scripts."
#endif

#ifndef NS3_MODULE_STATS
    

// Module headers:
#include "average.h"
#include "basic-data-calculators.h"
#include "boolean-probe.h"
#include "data-calculator.h"
#include "data-collection-object.h"
#include "data-collector.h"
#include "data-output-interface.h"
#include "double-probe.h"
#include "file-aggregator.h"
#include "file-helper.h"
#include "get-wildcard-matches.h"
#include "gnuplot-aggregator.h"
#include "gnuplot-helper.h"
#include "gnuplot.h"
#include "omnet-data-output.h"
#include "probe.h"
#include "sqlite-data-output.h"
#include "time-data-calculators.h"
#include "time-probe.h"
#include "time-series-adaptor.h"
#include "uinteger-16-probe.h"
#include "uinteger-32-probe.h"
#include "uinteger-8-probe.h"
#endif