Author: adrian.chadd
Date: Sat Jun  6 09:43:44 2009
New Revision: 14083

Modified:
    branches/LUSCA_HEAD/src/cf.data.pre
    branches/LUSCA_HEAD/src/structs.h

Log:
Add in a couple of flags to make the load shedding check in the store_io  
routines
configurable.



Modified: branches/LUSCA_HEAD/src/cf.data.pre
==============================================================================
--- branches/LUSCA_HEAD/src/cf.data.pre (original)
+++ branches/LUSCA_HEAD/src/cf.data.pre Sat Jun  6 09:43:44 2009
@@ -5946,4 +5946,24 @@
        for handling socket data.
  DOC_END

+NAME: load_check_stopen
+COMMENT: whether to pay attention to overloaded stores for storeOpen()
+TYPE: onoff
+LOC: Config.onoff.load_check_stopen
+DEFAULT: on
+DOC_START
+
+DOC_END
+
+NAME: load_check_stcreate
+COMMENT: whether to pay attention to overloaded stores for storeCreate()
+TYPE: onoff
+LOC: Config.onoff.load_check_stcreate
+DEFAULT: on
+DOC_START
+
+DOC_END
+
+
+
  EOF

Modified: branches/LUSCA_HEAD/src/structs.h
==============================================================================
--- branches/LUSCA_HEAD/src/structs.h   (original)
+++ branches/LUSCA_HEAD/src/structs.h   Sat Jun  6 09:43:44 2009
@@ -681,6 +681,8 @@
        int update_headers;
        int ignore_expect_100;
        int WIN32_IpAddrChangeMonitor;
+       int load_check_stopen;
+       int load_check_stcreate;
      } onoff;
      int collapsed_forwarding_timeout;
      acl *aclList;

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to