]> git.ipfire.org Git - thirdparty/squid.git/blob - src/ipc/StrandCoords.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / ipc / StrandCoords.h
1 /*
2 * $Id$
3 *
4 */
5
6 #ifndef SQUID_IPC_STRAND_COORDS_H
7 #define SQUID_IPC_STRAND_COORDS_H
8
9 #include "ipc/StrandCoord.h"
10 #include <vector>
11
12 namespace Ipc
13 {
14
15 /// a collection of strand coordinates; the order, if any, is owner-dependent
16 typedef std::vector<StrandCoord> StrandCoords;
17
18 }; // namespace Ipc
19
20 #endif /* SQUID_IPC_STRAND_COORDS_H */