mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-15 10:22:20 +08:00
Merge pull request #6882 from sfc-gh-rjenkins/typo-client-testing
Fix typo, expose a function...
This commit is contained in:
commit
d45d6f9f1f
@ -113,8 +113,8 @@ Implementing a C++ Workload
|
|||||||
===========================
|
===========================
|
||||||
|
|
||||||
In order to implement a workload, one has to build a shared library that links against the fdb client library. This library has to
|
In order to implement a workload, one has to build a shared library that links against the fdb client library. This library has to
|
||||||
exppse a function (with C linkage) called workloadFactory which needs to return a pointer to an object of type ``FDBWorkloadFactory``.
|
expose a function (with C linkage) called workloadFactory which needs to return a pointer to an object of type ``FDBWorkloadFactory``.
|
||||||
This mechanism allows the other to implement as many workloads within one library as she wants. To do this the pure virtual classes
|
This mechanism allows the author to implement as many workloads within one library as she wants. To do this the pure virtual classes
|
||||||
``FDBWorkloadFactory`` and ``FDBWorkload`` have to be implemented.
|
``FDBWorkloadFactory`` and ``FDBWorkload`` have to be implemented.
|
||||||
|
|
||||||
.. function:: FDBWorkloadFactory* workloadFactory(FDBLogger*)
|
.. function:: FDBWorkloadFactory* workloadFactory(FDBLogger*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user