This file is indexed.

/usr/include/ns3/flow-monitor-module.h is in libns3-dev 3.13+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
#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_FLOW_MONITOR
    

// Module headers:
#include "flow-classifier.h"
#include "flow-monitor-helper.h"
#include "flow-monitor.h"
#include "flow-probe.h"
#include "histogram.h"
#include "ipv4-flow-classifier.h"
#include "ipv4-flow-probe.h"
#endif