MALOC  0.1
psh.h
Go to the documentation of this file.
1 
32 #ifndef _PSH_H_
33 #define _PSH_H_
34 
35 #include <maloc/maloc_base.h>
36 
37 #include <maloc/vsys.h>
38 #include <maloc/vsh.h>
39 #include <maloc/vmp.h>
40 
52 int Vsh_pshell(Vsh *thee, char *pPR, void *pthee,
53  int (*builtin)(void *thee, int argc, char **argv));
54 
55 #endif /* _PSH_H_ */
56 
The base (or foundation) header for MALOC.
Class Vmp: a Virtual MPI communication layer object.
Header file for vsh, a bourne-compatible shell.
The primary header for VSYS. (Virtual SYStem utilities library.)
int Vsh_pshell(Vsh *thee, char *pPR, void *pthee, int(*builtin)(void *thee, int argc, char **argv))
Drop-in replacement for Vsh_shell giving parallel extensions.
Contains public data members for Vsh class.
Definition: vsh.h:56