Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ChronoSync
/
150f14d0ead73e88884a2faa6aab5e4103d967dc
/
.
/
examples
/
wscript
blob: 3b46e2d881d0ff25ae507b3b1da8383b33f52432 [
file
] [
log
] [
blame
]
# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
def
build
(
bld
):
obj
=
bld
.
create_ns3_program
(
'sync-example'
,
[
'sync'
])
obj
.
source
=
'sync-example.cc'