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

Issue 82064: add several system call emulation support for ns-3-simu (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 10 months ago by Hajime Tazaki
Modified:
14 years, 6 months ago
Reviewers:
CC:
ns-3-reviews_googlegroups.com
Visibility:
Public.

Description

This changeset is created agiainst http://code.nsnam.org/mathieu/ns-3-simu/ rev 4583. These modification intend to support zebra (quagga) integration in ns-3. supported glibc function (system call) are - fgetc - fgets - writev - ferror - fcntl - setbuf - setbuffer - getopt_long

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+311 lines, -23 lines) Patch
M src/process-manager/libc.h View 4 chunks +14 lines, -0 lines 0 comments Download
M src/process-manager/libc.c View 5 chunks +38 lines, -0 lines 0 comments Download
M src/process-manager/libc-simu.c View 3 chunks +8 lines, -0 lines 0 comments Download
M src/process-manager/simu.cc View 2 chunks +31 lines, -0 lines 0 comments Download
M src/process-manager/simu-fcntl.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/process-manager/simu-fd.cc View 5 chunks +120 lines, -22 lines 0 comments Download
M src/process-manager/simu-stdio.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/process-manager/simu-stdio.cc View 3 chunks +91 lines, -1 line 0 comments Download
M src/process-manager/simu-unistd.h View 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 1
Hajime Tazaki
14 years, 10 months ago (2009-06-22 15:48:31 UTC) #1
Hi all,

This patches includes emulation of system call and glibc function for ns-3-simu.

These modification intend to support zebra (quagga) integration in ns-3.
Sign in to reply to this message.

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