| /*------------------------------------------------------------------------- |
| * |
| * cdbdisp_async.h |
| * routines for asynchronous implementation of dispatching commands |
| * to the qExec processes. |
| * |
| * Portions Copyright (c) 2005-2008, Greenplum inc |
| * Portions Copyright (c) 2012-Present VMware, Inc. or its affiliates. |
| * |
| * |
| * IDENTIFICATION |
| * src/include/cdb/cdbdisp_async.h |
| * |
| *------------------------------------------------------------------------- |
| */ |
| #ifndef CDBDISP_ASYNC_H |
| #define CDBDISP_ASYNC_H |
| |
| extern DispatcherInternalFuncs DispatcherAsyncFuncs; |
| |
| #endif |