source: trunk/pbs_drmaa/torque4.cpp @ 95

Revision 95, 322 bytes checked in by mmamonski, 10 years ago (diff)

on site fixes

Line 
1
2#include "torque4.h"
3
4void 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
9int memmgr_init_c(memmgr **mm, int size)
10{
11        return memmgr_init(mm,size);
12}
13
14void memmgr_destroy_c(memmgr **mm)
15{
16        memmgr_destroy(mm);
17}
Note: See TracBrowser for help on using the repository browser.