Skip to content

Commit

Permalink
Fully working C implementation of the main processing loop and event …
Browse files Browse the repository at this point in the history
…scheduling for the simulator is now done. Added RPC and asynchronous semantics using deferreds as well.
  • Loading branch information
Jeff Rose committed Feb 28, 2007
1 parent 5688574 commit 09d5426
Show file tree
Hide file tree
Showing 12 changed files with 1,304 additions and 81 deletions.
4 changes: 2 additions & 2 deletions ext/guts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ extout_prefix =
target_prefix =
LOCAL_LIBS =
LIBS = $(LIBRUBYARG_SHARED) -lpthread -ldl -lcrypt -lm -lc
SRCS = guts.c
OBJS = guts.o
SRCS = guts.c fib.c
OBJS = guts.o fib.o
TARGET = gosim_guts
DLLIB = $(TARGET).so
STATIC_LIB =
Expand Down
Loading

0 comments on commit 09d5426

Please sign in to comment.