Skip to content
Snippets Groups Projects
Commit 28338825 authored by tewk's avatar tewk
Browse files

Initial structure of shmem segment

parent a7f9598d
No related branches found
No related tags found
No related merge requests found
#ifndef _SHMEM_STRUCT_H
#define _SHMEM_STRUCT_H
typedef struct slurmd_shmem
{
pthread_mutex mutex;
task_desc tasks[128];
} slurmd_shmem_t ;
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment