Skip to content

Commit

Permalink
moving main around, so we can have profiling too
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Slootmaekers committed Sep 26, 2011
1 parent 6ea9922 commit 5a57f5f
Show file tree
Hide file tree
Showing 6 changed files with 384 additions and 375 deletions.
1 change: 1 addition & 0 deletions _tags
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ true: package(dynlink)
"src/nursery": include
"src/plugins": include
"examples/ocaml": include
"src/main" : include
<**/arakoon.*{byte,native}>: is_main
<**/nursery.*{byte,native}>: is_main,use_thread
<examples/ocaml/plugin_demo.{byte,native}>: is_main
Expand Down
2 changes: 1 addition & 1 deletion cfg/arakoon.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[global]
#comma separated list of node names that are part of the cluster
cluster = arakoon_0,arakoon_1
cluster = arakoon_0,arakoon_1,arakoon_2
#optional:
#master = arakoon_0
# modifier for master, if preferred, the master is no longer forced
Expand Down
374 changes: 0 additions & 374 deletions src/arakoon.ml

This file was deleted.

1 change: 1 addition & 0 deletions src/main/arakoon.ml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Main.main ();;
Loading

0 comments on commit 5a57f5f

Please sign in to comment.