Просмотр исходного кода

Split openais and corosync tree into two seperate repositories.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1622 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 17 лет назад
Родитель
Сommit
617dbdf2f0
100 измененных файлов с 0 добавлено и 0 удалено
  1. 0 0
      Doxyfile
  2. 0 0
      LICENSE
  3. 0 0
      Makefile
  4. 0 0
      Makefile.inc
  5. 0 0
      Makefile.samples
  6. 0 0
      README.devmap
  7. 0 0
      README.recovery
  8. 0 0
      SECURITY
  9. 0 0
      TODO
  10. 0 0
      conf/corosync.conf
  11. 0 0
      exec/Makefile
  12. 0 0
      exec/apidef.c
  13. 0 0
      exec/apidef.h
  14. 0 0
      exec/config.h
  15. 0 0
      exec/coroparse.c
  16. 0 0
      exec/coropoll.c
  17. 0 0
      exec/coropoll.h
  18. 0 0
      exec/crypto.c
  19. 0 0
      exec/crypto.h
  20. 0 0
      exec/flow.c
  21. 0 0
      exec/flow.h
  22. 0 0
      exec/ipc.c
  23. 0 0
      exec/ipc.h
  24. 0 0
      exec/logsys.c
  25. 0 0
      exec/logsys.h
  26. 0 0
      exec/main.c
  27. 0 0
      exec/main.h
  28. 0 0
      exec/mainconfig.c
  29. 0 0
      exec/mainconfig.h
  30. 0 0
      exec/mempool.c
  31. 0 0
      exec/mempool.h
  32. 0 0
      exec/objdb.c
  33. 0 0
      exec/objdb.h
  34. 0 0
      exec/service.c
  35. 0 0
      exec/service.h
  36. 0 0
      exec/sync.c
  37. 0 0
      exec/sync.h
  38. 0 0
      exec/timer.c
  39. 0 0
      exec/timer.h
  40. 0 0
      exec/tlist.h
  41. 0 0
      exec/totem.h
  42. 0 0
      exec/totemconfig.c
  43. 0 0
      exec/totemconfig.h
  44. 0 0
      exec/totemip.c
  45. 0 0
      exec/totemip.h
  46. 0 0
      exec/totemmrp.c
  47. 0 0
      exec/totemmrp.h
  48. 0 0
      exec/totemnet.c
  49. 0 0
      exec/totemnet.h
  50. 0 0
      exec/totempg.c
  51. 0 0
      exec/totempg.h
  52. 0 0
      exec/totemrrp.c
  53. 0 0
      exec/totemrrp.h
  54. 0 0
      exec/totemsrp.c
  55. 0 0
      exec/totemsrp.h
  56. 0 0
      exec/util.c
  57. 0 0
      exec/util.h
  58. 0 0
      exec/version.h
  59. 0 0
      exec/vsf.h
  60. 0 0
      exec/vsf_ykd.c
  61. 0 0
      exec/wthread.c
  62. 0 0
      exec/wthread.h
  63. 0 0
      include/ais_util.h
  64. 0 0
      include/cfg.h
  65. 0 0
      include/confdb.h
  66. 0 0
      include/coroapi.h
  67. 0 0
      include/cpg.h
  68. 0 0
      include/evs.h
  69. 0 0
      include/hdb.h
  70. 0 0
      include/ipc_cfg.h
  71. 0 0
      include/ipc_confdb.h
  72. 0 0
      include/ipc_cpg.h
  73. 0 0
      include/ipc_evs.h
  74. 0 0
      include/ipc_gen.h
  75. 0 0
      include/jhash.h
  76. 0 0
      include/list.h
  77. 0 0
      include/mar_cpg.h
  78. 0 0
      include/mar_gen.h
  79. 0 0
      include/queue.h
  80. 0 0
      include/rmd.h
  81. 0 0
      include/saAis.h
  82. 0 0
      include/sq.h
  83. 0 0
      include/swab.h
  84. 0 0
      init/README
  85. 0 0
      init/generic
  86. 0 0
      init/mvlcge
  87. 0 0
      init/redhat
  88. 0 0
      lcr/Makefile
  89. 0 0
      lcr/README.lcr
  90. 0 0
      lcr/lcr_ckpt.h
  91. 0 0
      lcr/lcr_comp.h
  92. 0 0
      lcr/lcr_ifact.c
  93. 0 0
      lcr/lcr_ifact.h
  94. 0 0
      lcr/libtest_a.c
  95. 0 0
      lcr/libtest_b.c
  96. 0 0
      lcr/test.c
  97. 0 0
      lcr/uic.c
  98. 0 0
      lcr/uis.c
  99. 0 0
      lib/Makefile
  100. 0 0
      lib/cfg.c

+ 0 - 0
corosync/Doxyfile → Doxyfile


+ 0 - 0
corosync/LICENSE → LICENSE


+ 0 - 0
corosync/Makefile → Makefile


+ 0 - 0
corosync/Makefile.inc → Makefile.inc


+ 0 - 0
corosync/Makefile.samples → Makefile.samples


+ 0 - 0
corosync/README.devmap → README.devmap


+ 0 - 0
corosync/README.recovery → README.recovery


+ 0 - 0
corosync/SECURITY → SECURITY


+ 0 - 0
corosync/TODO → TODO


+ 0 - 0
corosync/conf/corosync.conf → conf/corosync.conf


+ 0 - 0
corosync/exec/Makefile → exec/Makefile


+ 0 - 0
corosync/exec/apidef.c → exec/apidef.c


+ 0 - 0
corosync/exec/apidef.h → exec/apidef.h


+ 0 - 0
corosync/exec/config.h → exec/config.h


+ 0 - 0
corosync/exec/coroparse.c → exec/coroparse.c


+ 0 - 0
corosync/exec/coropoll.c → exec/coropoll.c


+ 0 - 0
corosync/exec/coropoll.h → exec/coropoll.h


+ 0 - 0
corosync/exec/crypto.c → exec/crypto.c


+ 0 - 0
corosync/exec/crypto.h → exec/crypto.h


+ 0 - 0
corosync/exec/flow.c → exec/flow.c


+ 0 - 0
corosync/exec/flow.h → exec/flow.h


+ 0 - 0
corosync/exec/ipc.c → exec/ipc.c


+ 0 - 0
corosync/exec/ipc.h → exec/ipc.h


+ 0 - 0
corosync/exec/logsys.c → exec/logsys.c


+ 0 - 0
corosync/exec/logsys.h → exec/logsys.h


+ 0 - 0
corosync/exec/main.c → exec/main.c


+ 0 - 0
corosync/exec/main.h → exec/main.h


+ 0 - 0
corosync/exec/mainconfig.c → exec/mainconfig.c


+ 0 - 0
corosync/exec/mainconfig.h → exec/mainconfig.h


+ 0 - 0
corosync/exec/mempool.c → exec/mempool.c


+ 0 - 0
corosync/exec/mempool.h → exec/mempool.h


+ 0 - 0
corosync/exec/objdb.c → exec/objdb.c


+ 0 - 0
corosync/exec/objdb.h → exec/objdb.h


+ 0 - 0
corosync/exec/service.c → exec/service.c


+ 0 - 0
corosync/exec/service.h → exec/service.h


+ 0 - 0
corosync/exec/sync.c → exec/sync.c


+ 0 - 0
corosync/exec/sync.h → exec/sync.h


+ 0 - 0
corosync/exec/timer.c → exec/timer.c


+ 0 - 0
corosync/exec/timer.h → exec/timer.h


+ 0 - 0
corosync/exec/tlist.h → exec/tlist.h


+ 0 - 0
corosync/exec/totem.h → exec/totem.h


+ 0 - 0
corosync/exec/totemconfig.c → exec/totemconfig.c


+ 0 - 0
corosync/exec/totemconfig.h → exec/totemconfig.h


+ 0 - 0
corosync/exec/totemip.c → exec/totemip.c


+ 0 - 0
corosync/exec/totemip.h → exec/totemip.h


+ 0 - 0
corosync/exec/totemmrp.c → exec/totemmrp.c


+ 0 - 0
corosync/exec/totemmrp.h → exec/totemmrp.h


+ 0 - 0
corosync/exec/totemnet.c → exec/totemnet.c


+ 0 - 0
corosync/exec/totemnet.h → exec/totemnet.h


+ 0 - 0
corosync/exec/totempg.c → exec/totempg.c


+ 0 - 0
corosync/exec/totempg.h → exec/totempg.h


+ 0 - 0
corosync/exec/totemrrp.c → exec/totemrrp.c


+ 0 - 0
corosync/exec/totemrrp.h → exec/totemrrp.h


+ 0 - 0
corosync/exec/totemsrp.c → exec/totemsrp.c


+ 0 - 0
corosync/exec/totemsrp.h → exec/totemsrp.h


+ 0 - 0
corosync/exec/util.c → exec/util.c


+ 0 - 0
corosync/exec/util.h → exec/util.h


+ 0 - 0
corosync/exec/version.h → exec/version.h


+ 0 - 0
corosync/exec/vsf.h → exec/vsf.h


+ 0 - 0
corosync/exec/vsf_ykd.c → exec/vsf_ykd.c


+ 0 - 0
corosync/exec/wthread.c → exec/wthread.c


+ 0 - 0
corosync/exec/wthread.h → exec/wthread.h


+ 0 - 0
corosync/include/ais_util.h → include/ais_util.h


+ 0 - 0
corosync/include/cfg.h → include/cfg.h


+ 0 - 0
corosync/include/confdb.h → include/confdb.h


+ 0 - 0
corosync/include/coroapi.h → include/coroapi.h


+ 0 - 0
corosync/include/cpg.h → include/cpg.h


+ 0 - 0
corosync/include/evs.h → include/evs.h


+ 0 - 0
corosync/include/hdb.h → include/hdb.h


+ 0 - 0
corosync/include/ipc_cfg.h → include/ipc_cfg.h


+ 0 - 0
corosync/include/ipc_confdb.h → include/ipc_confdb.h


+ 0 - 0
corosync/include/ipc_cpg.h → include/ipc_cpg.h


+ 0 - 0
corosync/include/ipc_evs.h → include/ipc_evs.h


+ 0 - 0
corosync/include/ipc_gen.h → include/ipc_gen.h


+ 0 - 0
corosync/include/jhash.h → include/jhash.h


+ 0 - 0
corosync/include/list.h → include/list.h


+ 0 - 0
corosync/include/mar_cpg.h → include/mar_cpg.h


+ 0 - 0
corosync/include/mar_gen.h → include/mar_gen.h


+ 0 - 0
corosync/include/queue.h → include/queue.h


+ 0 - 0
corosync/include/rmd.h → include/rmd.h


+ 0 - 0
corosync/include/saAis.h → include/saAis.h


+ 0 - 0
corosync/include/sq.h → include/sq.h


+ 0 - 0
corosync/include/swab.h → include/swab.h


+ 0 - 0
corosync/init/README → init/README


+ 0 - 0
corosync/init/generic → init/generic


+ 0 - 0
corosync/init/mvlcge → init/mvlcge


+ 0 - 0
corosync/init/redhat → init/redhat


+ 0 - 0
corosync/lcr/Makefile → lcr/Makefile


+ 0 - 0
corosync/lcr/README.lcr → lcr/README.lcr


+ 0 - 0
corosync/lcr/lcr_ckpt.h → lcr/lcr_ckpt.h


+ 0 - 0
corosync/lcr/lcr_comp.h → lcr/lcr_comp.h


+ 0 - 0
corosync/lcr/lcr_ifact.c → lcr/lcr_ifact.c


+ 0 - 0
corosync/lcr/lcr_ifact.h → lcr/lcr_ifact.h


+ 0 - 0
corosync/lcr/libtest_a.c → lcr/libtest_a.c


+ 0 - 0
corosync/lcr/libtest_b.c → lcr/libtest_b.c


+ 0 - 0
corosync/lcr/test.c → lcr/test.c


+ 0 - 0
corosync/lcr/uic.c → lcr/uic.c


+ 0 - 0
corosync/lcr/uis.c → lcr/uis.c


+ 0 - 0
corosync/lib/Makefile → lib/Makefile


+ 0 - 0
corosync/lib/cfg.c → lib/cfg.c


Некоторые файлы не были показаны из-за большого количества измененных файлов