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

Unified Diff: src/process-manager/cmsg.h

Issue 82061: add several ipv6 sockopt support for ns-3-simu
Patch Set: Created 14 years, 9 months 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
« no previous file with comments | « no previous file | src/process-manager/cmsg.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/process-manager/cmsg.h
===================================================================
--- a/src/process-manager/cmsg.h
+++ b/src/process-manager/cmsg.h
@@ -8,6 +8,7 @@
public:
Cmsg (struct msghdr *msg);
void Add (int level, int type, int len, const uint8_t *buffer);
+ int GetNext(int *level, int *type, int *len, uint8_t **buffer);
void Finish (void);
private:
struct msghdr *m_msg;
« no previous file with comments | « no previous file | src/process-manager/cmsg.cc » ('j') | no next file with comments »

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