summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeva <deva>2009-07-03 11:58:22 +0000
committerdeva <deva>2009-07-03 11:58:22 +0000
commitcca848759185ced5826194a7bbf4932881aee224 (patch)
treef25d617b42d2876a493398dfe439d112462c759d
parentf2a1b2e0384ca06c89d52111ea1eb11519a5f625 (diff)
New attribute in pentominos protocol.
-rw-r--r--server/src/queryhandlerpentominos.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/src/queryhandlerpentominos.cc b/server/src/queryhandlerpentominos.cc
index 9802fda..acca840 100644
--- a/server/src/queryhandlerpentominos.cc
+++ b/server/src/queryhandlerpentominos.cc
@@ -162,11 +162,13 @@ QueryResult QueryHandlerPentominos::exec(Query &query)
sprintf(buf, " <pentominos:entry replyformat=\"xml\"\n"
" cpr=\"%s\"\n"
+ " operator=\"%s\"\n"
" src_addr=\"%s\"\n"
" dst_addr=\"%s\"\n"
" timestamp=\"%d\"\n"
" uid=\"%s\"/>\n",
cpr.c_str(),
+ "pracro",
#ifndef WITHOUT_PENTOMINOS
socket->srcaddr().c_str(),
socket->dstaddr().c_str(),