forked from snabbco/snabb
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR #65 (Timeline) into vita-next
- Loading branch information
Showing
18 changed files
with
760 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
1,9|started: | ||
The app has been started. (Returned from new() callback.) | ||
|
||
1,9|linked: | ||
The app has been linked. (Returned from link() callback.) | ||
|
||
1,9|reconfigured: | ||
The app has been reconfigured. (Returned from reconfig() callback.) | ||
|
||
1,9|stopped: | ||
The app has been stopped. (Returned from stop() callback.) | ||
|
||
|
||
3,3|pull: inpackets inbytes outpackets outbytes droppackets dropbytes | ||
Entering app pull() callback. | ||
|
||
3,3|pulled: inpackets inbytes outpackets outbytes droppackets dropbytes | ||
Returned from app pull() callback. | ||
|
||
|
||
3,3|push: inpackets inbytes outpackets outbytes droppackets dropbytes | ||
Entering app push() callback. | ||
|
||
3,3|pushed: inpackets inbytes outpackets outbytes droppackets dropbytes | ||
Returned from app push() callback. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.