~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to client/sandbox.h

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
extern int get_project_gid();
20
20
extern int set_to_project_group(const char* path);
21
21
extern int switcher_exec(const char* util_filename, const char* cmdline);
22
 
extern int client_clean_out_dir(const char*);
 
22
extern int client_clean_out_dir(const char*, const char* reason);
23
23
extern int delete_project_owned_file(const char* path, bool retry);
24
24
extern int remove_project_owned_dir(const char* name);
 
25
extern int remove_project_owned_file_or_dir(const char* path);
25
26
extern int check_security(int use_sandbox, int isManager);
26
27
 
27
28
#define BOINC_PROJECT_GROUP_NAME "boinc_project"