Logo ROOT  
Reference Guide
TSlave.h File Reference
#include "TObject.h"
#include "TString.h"
Include dependency graph for TSlave.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TSlave
 Class describing a PROOF worker server. More...
 

Typedefs

typedef Int_t(* OldSlaveAuthSetup_t) (TSocket *, Bool_t, TString, TString)
 
typedef TSlave *(* TSlave_t) (const char *url, const char *ord, Int_t perf, const char *image, TProof *proof, Int_t stype, const char *workdir, const char *msd, Int_t nwk)
 

Typedef Documentation

◆ OldSlaveAuthSetup_t

typedef Int_t(* OldSlaveAuthSetup_t) (TSocket *, Bool_t, TString, TString)

Definition at line 38 of file TSlave.h.

◆ TSlave_t

typedef TSlave *(* TSlave_t) (const char *url, const char *ord, Int_t perf, const char *image, TProof *proof, Int_t stype, const char *workdir, const char *msd, Int_t nwk)

Definition at line 42 of file TSlave.h.