Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
Added BUFSIZE.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfolkman committed Aug 25, 2009
1 parent 1604d50 commit 9eca153
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pubsub/pubsub.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#include "queue.h" #include "queue.h"
#include "json.h" #include "json.h"


#define BUFSZ 1024

typedef struct cli { typedef struct cli {
struct evbuffer *buf; struct evbuffer *buf;
struct evhttp_request *req; struct evhttp_request *req;
Expand Down

0 comments on commit 9eca153

Please sign in to comment.