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