From 4b47d4c5f39a1998c07af07cf7e6b2163ce1eae5 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Wed, 11 Aug 2010 17:02:08 -0400 Subject: export ibrowse header for couch_rep hack --- apps/ibrowse/include/ibrowse.hrl | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 apps/ibrowse/include/ibrowse.hrl (limited to 'apps/ibrowse/include') diff --git a/apps/ibrowse/include/ibrowse.hrl b/apps/ibrowse/include/ibrowse.hrl new file mode 100644 index 00000000..ebf3bb33 --- /dev/null +++ b/apps/ibrowse/include/ibrowse.hrl @@ -0,0 +1,12 @@ +-ifndef(IBROWSE_HRL). +-define(IBROWSE_HRL, "ibrowse.hrl"). + +-record(url, {abspath, host, port, username, password, path, protocol}). + +-record(lb_pid, {host_port, pid}). + +-record(client_conn, {key, cur_pipeline_size = 0, reqs_served = 0}). + +-record(ibrowse_conf, {key, value}). + +-endif. -- cgit v1.2.3