Changeset 39457 for trunk/Ohana/src/opihi/pantasks/pantasks_server.c.in
- Timestamp:
- Mar 11, 2016, 10:23:42 PM (10 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/pantasks/pantasks_server.c.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ohana.20160226 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/opihi/pantasks/pantasks_server.c.in
r38986 r39457 149 149 /* these are needed to resolve symbols expected by libshell.so */ 150 150 void welcome () { } 151 void program_init (int *argc, char **argv) {} 151 void program_init (int *argc, char **argv) { 152 OHANA_UNUSED_PARAM(argc); 153 OHANA_UNUSED_PARAM(argv); 154 } 152 155 153 156 // I need to do things in a different order here to have config / freopen / gprint sequenced correctly
Note:
See TracChangeset
for help on using the changeset viewer.
