Modules TSC: Export symbols of the new API.

This commit is contained in:
antirez
2017-05-02 15:19:28 +02:00
parent 8affa3e78f
commit fcd9a07df0
2 changed files with 12 additions and 0 deletions

View File

@ -3760,4 +3760,8 @@ void moduleRegisterCoreAPI(void) {
REGISTER_API(GetBlockedClientPrivateData);
REGISTER_API(AbortBlock);
REGISTER_API(Milliseconds);
REGISTER_API(GetThreadSafeContext);
REGISTER_API(FreeThreadSafeContext);
REGISTER_API(ThreadSafeContextLock);
REGISTER_API(ThreadSafeContextUnlock);
}