Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1184)

Unified Diff: src/failure-repair/examples/wscript

Issue 66990047: Start and Stop functionality with Failure and Repair model
Patch Set: Rebase and add sleep/wake support Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/failure-repair/examples/wscript
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/failure-repair/examples/wscript
@@ -0,0 +1,6 @@
+# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
+
+def build(bld):
+ obj = bld.create_ns3_program('failure-repair-example', ['core', 'failure-repair'])
+ obj.source = 'failure-repair-example.cc'
+
« no previous file with comments | « src/failure-repair/examples/failure-repair-example.cc ('k') | src/failure-repair/helper/failure-repair-helper.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b