blob: c5016dee18736c21f7fc994ea8d70c66fc4b17e2 [file] [log] [blame]
/*-------------------------------------------------------------------------
*
* 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