summaryrefslogtreecommitdiff
path: root/lib/include/radsec/radsec-impl.h
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2010-10-11 10:41:58 +0200
committerLinus Nordberg <linus@nordu.net>2010-10-11 10:41:58 +0200
commitff55882798b6c482faec920d30a4ffdc10b306f7 (patch)
tree2bc7e2b5665f281b98bff37e2805f07616e3a55b /lib/include/radsec/radsec-impl.h
parent391369cb26363980cbe37d30c41d48a03dd46ef5 (diff)
Request object implementation and bug fixes by Luke Howard.
Diffstat (limited to 'lib/include/radsec/radsec-impl.h')
-rw-r--r--lib/include/radsec/radsec-impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/include/radsec/radsec-impl.h b/lib/include/radsec/radsec-impl.h
index d2ea095..3ce01d0 100644
--- a/lib/include/radsec/radsec-impl.h
+++ b/lib/include/radsec/radsec-impl.h
@@ -68,6 +68,7 @@ struct rs_connection {
struct rs_peer *active_peer;
struct rs_error *err;
int nextid;
+ int user_dispatch_flag : 1; /* User does the dispatching. */
};
struct rs_packet {