RCCE_debug.h 1.0 KB

123456789101112131415161718192021222324252627
  1. /**************************************************************
  2. * Change the RCCE_debug_xxx values to get debug info. *
  3. * Change RCCE_comm_init_val to 1 to see what happens if *
  4. * the comm buffers are not properly initialized at startup . *
  5. **************************************************************/
  6. int RCCE_debug_synch=0;
  7. int RCCE_debug_comm=0;
  8. int RCCE_debug_debug=0;
  9. int RCCE_debug_RPC=0;
  10. int RCCE_comm_init_val=0;
  11. //
  12. // Copyright 2010 Intel Corporation
  13. //
  14. // Licensed under the Apache License, Version 2.0 (the "License");
  15. // you may not use this file except in compliance with the License.
  16. // You may obtain a copy of the License at
  17. //
  18. // http://www.apache.org/licenses/LICENSE-2.0
  19. //
  20. // Unless required by applicable law or agreed to in writing, software
  21. // distributed under the License is distributed on an "AS IS" BASIS,
  22. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  23. // See the License for the specific language governing permissions and
  24. // limitations under the License.
  25. //