bump to trigger ci jobs

This commit is contained in:
Vignesh Kothapalli 2021-01-07 03:06:55 +05:30
parent ac37981874
commit 45ed98546c
No known key found for this signature in database
GPG Key ID: 7C9D6956FBA21DD7

View File

@ -113,7 +113,7 @@ class IteratorResource : public ResourceBase {
private:
std::shared_ptr<FunctionLibraryDefinition> flib_def;
FunctionLibraryRuntime* flr = nullptr; // not owned.
FunctionLibraryRuntime* flr = nullptr; // not owned
std::shared_ptr<ProcessFunctionLibraryRuntime> pflr;
std::unique_ptr<FunctionHandleCache> function_handle_cache;
ResourceMgr resource_mgr;