]> git.saurik.com Git - redis.git/commitdiff
static symbols update
authorantirez <antirez@gmail.com>
Sun, 17 Jan 2010 16:24:37 +0000 (11:24 -0500)
committerantirez <antirez@gmail.com>
Sun, 17 Jan 2010 16:24:37 +0000 (11:24 -0500)
staticsymbols.h

index 632ed83acbca76795e20dd53fe4fb5a1e0db96d7..e59e87ba754ffb1008ffc32325d2d0cf20b588ee 100644 (file)
@@ -48,6 +48,7 @@ static struct redisFunctionSym symsTable[] = {
 {"echoCommand",(unsigned long)echoCommand},
 {"execCommand",(unsigned long)execCommand},
 {"existsCommand",(unsigned long)existsCommand},
+{"expandVmSwapFilename",(unsigned long)expandVmSwapFilename},
 {"expireCommand",(unsigned long)expireCommand},
 {"expireGenericCommand",(unsigned long)expireGenericCommand},
 {"expireIfNeeded",(unsigned long)expireIfNeeded},
@@ -220,12 +221,16 @@ static struct redisFunctionSym symsTable[] = {
 {"vmMarkPagesFree",(unsigned long)vmMarkPagesFree},
 {"vmMarkPagesUsed",(unsigned long)vmMarkPagesUsed},
 {"vmPreviewObject",(unsigned long)vmPreviewObject},
+{"vmReadObjectFromSwap",(unsigned long)vmReadObjectFromSwap},
+{"vmReopenSwapFile",(unsigned long)vmReopenSwapFile},
 {"vmSwapObjectBlocking",(unsigned long)vmSwapObjectBlocking},
 {"vmSwapObjectThreaded",(unsigned long)vmSwapObjectThreaded},
 {"vmSwapOneObject",(unsigned long)vmSwapOneObject},
 {"vmSwapOneObjectBlocking",(unsigned long)vmSwapOneObjectBlocking},
 {"vmSwapOneObjectThreaded",(unsigned long)vmSwapOneObjectThreaded},
 {"vmThreadedIOCompletedJob",(unsigned long)vmThreadedIOCompletedJob},
+{"vmWriteObjectOnSwap",(unsigned long)vmWriteObjectOnSwap},
+{"waitEmptyIOJobsQueue",(unsigned long)waitEmptyIOJobsQueue},
 {"yesnotoi",(unsigned long)yesnotoi},
 {"zaddCommand",(unsigned long)zaddCommand},
 {"zaddGenericCommand",(unsigned long)zaddGenericCommand},