From 64b2205992783b6b0268f18e1930a81b109600eb Mon Sep 17 00:00:00 2001 From: Brad Beckmann Date: Fri, 20 Aug 2010 11:46:12 -0700 Subject: ruby: Added ruby_request_type ostream def to libruby.hh --- src/mem/ruby/libruby.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mem/ruby/libruby.hh b/src/mem/ruby/libruby.hh index 5bb8fc2a4..ac29a377f 100644 --- a/src/mem/ruby/libruby.hh +++ b/src/mem/ruby/libruby.hh @@ -85,6 +85,7 @@ struct RubyRequest }; std::ostream& operator<<(std::ostream& out, const RubyRequest& obj); +std::ostream& operator<<(std::ostream& out, const RubyRequestType& obj); /** * Initialize the system. cfg_file is a Ruby-lang configuration script -- cgit v1.2.3