Browse Source
moved httpMessageQueue to a generalized Queue class as in fact it was nothing else except that it only stored HttpMessages.
master
moved httpMessageQueue to a generalized Queue class as in fact it was nothing else except that it only stored HttpMessages.
master
15 changed files with 66 additions and 67 deletions
-
1configure.ac
-
4include/http/parser.h
-
18include/http/writer.h
-
25include/queue.h
-
3src/Makefile.am
-
5src/http/Makefile.am
-
4src/http/parser.c
-
3src/http/parser/parse.c
-
15src/http/worker/process.c
-
4src/http/writer.c
-
7src/http/writer/write.c
-
6src/queue/Makefile.am
-
11src/queue/get.c
-
9src/queue/put.c
-
18src/queue/queue.c
@ -0,0 +1,6 @@ |
|||||
|
ACLOCAL_AMFLAGS = -I m4 |
||||
|
|
||||
|
noinst_LIBRARIES = libqueue.a |
||||
|
|
||||
|
libqueue_a_SOURCES = queue.c get.c put.c |
||||
|
libqueue_a_CFLAGS = -Wall -I ../../include/ |
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue