]> git.ipfire.org Git - thirdparty/squid.git/blob - src/CpuAffinity.h
Enable source-formatting tools to collapse multiple whitelines in the source to one.
[thirdparty/squid.git] / src / CpuAffinity.h
1 /*
2 * $Id$
3 *
4 */
5
6 #ifndef SQUID_CPU_AFFINITY_H
7 #define SQUID_CPU_AFFINITY_H
8
9 /// set CPU affinity for this process on startup
10 SQUIDCEXTERN void CpuAffinityInit();
11
12 /// reconfigure CPU affinity for this process
13 SQUIDCEXTERN void CpuAffinityReconfigure();
14
15 /// check CPU affinity configuration and print warnings if needed
16 SQUIDCEXTERN void CpuAffinityCheck();
17
18
19 #endif // SQUID_CPU_AFFINITY_H