backport to buster
[hcoop/debian/openafs.git] / src / util / thread_pool_impl.h
CommitLineData
805e021f
CE
1/*
2 * Copyright 2008-2010, Sine Nomine Associates and others.
3 * All Rights Reserved.
4 *
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
8 */
9
10#ifndef AFS_UTIL_THREAD_POOL_IMPL_H
11#define AFS_UTIL_THREAD_POOL_IMPL_H 1
12
13#include "thread_pool.h"
14#include "thread_pool_impl_types.h"
15
16/**
17 * implementation-private interfaces for thread_pool.
18 */
19
20#endif /* AFS_UTIL_THREAD_POOL_IMPL_H */