source: trunk/pbs_drmaa/torque4.h @ 95

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

on site fixes

Line 
1#ifdef __cplusplus
2
3#include "u_hash_map_structs.h"
4
5extern "C" {
6#endif
7
8typedef struct job_info
9{
10  memmgr *mm;
11  job_data *job_attr;
12  job_data *res_attr;
13  job_data *user_attr;
14  job_data *client_attr;
15} job_info;
16
17
18void hash_add_or_exit_c(memmgr **mm, job_data **head, const char *name, const char *value, int var_type);
19int memmgr_init_c(memmgr **mm, int size);
20void memmgr_destroy_c(memmgr **mm);
21
22#ifdef __cplusplus
23}
24#endif
Note: See TracBrowser for help on using the repository browser.