source:
trunk/pbs_drmaa/torque4.cpp
@
95
Revision 95, 322 bytes checked in by mmamonski, 11 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[95] | 1 | |
2 | #include "torque4.h" | |
3 | ||
4 | void hash_add_or_exit_c(memmgr **mm, job_data **head, const char *name, const char *value, int var_type) | |
5 | { | |
6 | hash_add_or_exit(mm, head, name, value, var_type); | |
7 | } | |
8 | ||
9 | int memmgr_init_c(memmgr **mm, int size) | |
10 | { | |
11 | return memmgr_init(mm,size); | |
12 | } | |
13 | ||
14 | void memmgr_destroy_c(memmgr **mm) | |
15 | { | |
16 | memmgr_destroy(mm); | |
17 | } |
Note: See TracBrowser
for help on using the repository browser.