commit | a31abe8daee5dd618aecb1484dbe9bf68c5c8a4a | [log] [tgz] |
---|---|---|
author | Allan Stephens <allan.stephens@windriver.com> | Fri Oct 07 09:25:12 2011 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Tue Dec 27 11:13:06 2011 -0500 |
tree | 1ebbadd93079b9caf5e7b9854e3cfe7554407d2e | |
parent | c79be4549ae39edc026aa67eb64a25424542943f [diff] |
tipc: Eliminate duplication of media structures Changes TIPC's list of registered media types from an array of media structures to an array of pointers to media structures. This eliminates the need to copy of the contents of the structure passed in during media registration. Signed-off-by: Allan Stephens <allan.stephens@windriver.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>