summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorsimon@Simon-PC.lindenlab.com <simon@Simon-PC.lindenlab.com>2012-07-13 11:10:40 -0700
committersimon@Simon-PC.lindenlab.com <simon@Simon-PC.lindenlab.com>2012-07-13 11:10:40 -0700
commit7cd5f7d479b889c3dcdb4bcd0ee6b65b5b5a025f (patch)
treef0ec4e77540edd8680f41ae1719e9b66f279fd60 /indra/llcommon
parente86b1c18db0629d64f8bf26fcf69e64072d084e6 (diff)
parent3a56fbf867194ec8fbc7d8237f9781ac9d72c8a4 (diff)
Merge from lindenlab/viewmaster so we can get rid of it
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/indra_constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/indra_constants.h b/indra/llcommon/indra_constants.h
index 0745696ef3..0da83720bd 100644
--- a/indra/llcommon/indra_constants.h
+++ b/indra/llcommon/indra_constants.h
@@ -62,6 +62,7 @@ enum LAND_STAT_FLAGS
STAT_FILTER_BY_PARCEL = 0x00000001,
STAT_FILTER_BY_OWNER = 0x00000002,
STAT_FILTER_BY_OBJECT = 0x00000004,
+ STAT_FILTER_BY_PARCEL_NAME = 0x00000008,
STAT_REQUEST_LAST_ENTRY = 0x80000000,
};