OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
routing-policy/policy.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2013 Juniper Networks, Inc. All rights reserved.
3  */
4 
5 #ifndef ctrlplane_policy_h
6 #define ctrlplane_policy_h
7 
8 #include <boost/scoped_ptr.hpp>
9 
11 
13  bool AddTerm();
14 
15  bool AddDefaultAction();
16 
17  bool FlushGraph();
18 
19 private:
20  boost::scoped_ptr<PolicyGraph> graph;
21 };
22 #endif //ctrlplane_policy_h
boost::scoped_ptr< PolicyGraph > graph