diff options
author | Volker Lendecke <vl@samba.org> | 2011-10-26 12:18:21 +0200 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-10-27 20:28:31 +0200 |
commit | ba0171f72402d823abc86504c35312a29749f9b2 (patch) | |
tree | c7ffa33a32faf8d6baba38f0524532bd21235936 /source3/include | |
parent | c5cfc83a3e045d87e1fe73160523282eec2314ec (diff) | |
download | samba-ba0171f72402d823abc86504c35312a29749f9b2.tar.gz samba-ba0171f72402d823abc86504c35312a29749f9b2.tar.bz2 samba-ba0171f72402d823abc86504c35312a29749f9b2.zip |
s3: Add processes_exist
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 6ff2854ca2..39a5d03d76 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -512,6 +512,8 @@ int interpret_protocol(const char *str,int def); char *automount_lookup(TALLOC_CTX *ctx, const char *user_name); char *automount_lookup(TALLOC_CTX *ctx, const char *user_name); bool process_exists(const struct server_id pid); +bool processes_exist(const struct server_id *pids, int num_pids, + bool *results); const char *uidtoname(uid_t uid); char *gidtoname(gid_t gid); uid_t nametouid(const char *name); |