summaryrefslogtreecommitdiffstats
path: root/admin.h
diff options
context:
space:
mode:
authorSuper User2007-05-27 15:24:02 +0200
committerSuper User2007-05-27 15:24:02 +0200
commit1ace98e214e20173f027f50abac2546159735e59 (patch)
treee5ba34447cb1e8961ac2e12f582f375a5af1033f /admin.h
parentbackup (diff)
downloadlcr-1ace98e214e20173f027f50abac2546159735e59.tar.gz
lcr-1ace98e214e20173f027f50abac2546159735e59.tar.xz
lcr-1ace98e214e20173f027f50abac2546159735e59.zip
backup
Diffstat (limited to 'admin.h')
-rw-r--r--admin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/admin.h b/admin.h
index da3b069..ed20eaa 100644
--- a/admin.h
+++ b/admin.h
@@ -36,6 +36,8 @@ enum { /* messages */
ADMIN_CALL_DISCONNECT,
ADMIN_CALL_RELEASE,
ADMIN_CALL_NOTIFY,
+ ADMIN_TRACE_REQUEST,
+ ADMIN_TRACE_RESPONSE,
ADMIN_MESSAGE,
};
@@ -135,6 +137,7 @@ struct admin_message {
struct admin_response_call c;
struct admin_call call;
struct admin_message message;
+ struct admin_trace trace;
} u;
};