Replaced the ebb_env_pair GQueue with simply fixed length arrays of char*
commite67f60e3b89dfac5bc9caab12146fcbf52290008
authorRyan Dahl <ry@lakshmi.local>
Sun, 20 Jan 2008 16:40:57 +0000 (20 17:40 +0100)
committerRyan Dahl <ry@lakshmi.local>
Sun, 20 Jan 2008 16:40:57 +0000 (20 17:40 +0100)
tree9adc96d476bc9f2cc70a1d38427d8c9e85194051
parent639f3cd080ba5c1618879b9c4cb1c18a1aeb1a13
Replaced the ebb_env_pair GQueue with simply fixed length arrays of char*
pointers. Now we don't require allocation on each header. The next step is to
statically allocate env_clients.
ebb.c
ebb.h
ebb_test.c
parser_callbacks.h
ruby_binding/ebb_ext.c
tcp.c