作者 memcachedb [actionscript] 2008-01-18 11:42 (点击下载)

  1. huahua@huahua:memcachedb-0.1.0$ bzr diff
  2. === modified file 'AUTHORS' (properties changed)
  3. === modified file 'ChangeLog' (properties changed)
  4. === modified file 'INSTALL' (properties changed)
  5. === modified file 'Makefile' (properties changed)
  6. --- Makefile 2008-01-18 03:07:09 +0000
  7. +++ Makefile 2008-01-18 03:13:08 +0000
  8. @@ -2,11 +2,11 @@
  9. # $Id: Makefile 11833 2007-09-06 10:56:02Z steve $
  10. LIBS=-ldb -levent
  11. -DBLIBPATH=/usr/local/BerkeleyDB.4.6/lib
  12. -DBINCPATH=/usr/local/BerkeleyDB.4.6/include
  13. +DBLIBPATH=/usr/lib
  14. +DBINCPATH=/usr/include
  15. -LDFLAGS= -L/usr/local/lib/ -L${DBLIBPATH}
  16. -CFLAGS =-Wall -O2 -I/usr/local/include -I${DBINCPATH}
  17. +LDFLAGS= -L/usr/lib/ -L${DBLIBPATH}
  18. +CFLAGS =-Wall -O2 -I/usr/include -I${DBINCPATH}
  19. all:
  20. cc -o memcachedb memcachedb.c ${LDFLAGS} ${CFLAGS} ${LIBS}
  21.  
  22. === modified file 'README' (properties changed)
  23. === modified file 'TODO' (properties changed)
  24. === modified file 'memcachedb.c' (properties changed)
  25. === modified file 'memcachedb.h' (properties changed)
  26. --- memcachedb.h 2008-01-18 03:07:09 +0000
  27. +++ memcachedb.h 2008-01-18 03:10:06 +0000
  28. @@ -60,8 +60,8 @@
  29. extern struct stats stats;
  30. extern struct settings settings;
  31. -#define END_LEN 32
  32. -#define END_LEN_STR "31"
  33. +#define END_LEN 1024000
  34. +#define END_LEN_STR "32"
  35. typedef struct _stritem {
  36. int nbytes; /* size of data */
  37.  
  38. === modified file 'replication.txt' (properties changed)

提交下面的校正或者修改. (点击这里开始一个新的帖子)
姓名: 在 cookie 中记住我的名字

屏幕抓图:(jpeg 或 png)