diff options
author | Michael Adam <obnox@samba.org> | 2012-06-16 00:26:26 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-21 08:27:32 +0200 |
commit | 73b200064fea77037f15cceeda303469b3e78624 (patch) | |
tree | baba4f462d2b86065daab4e5332db832830408e7 /source3/include | |
parent | 0159344d4c55d9bea7f7938b6a3e750177fe6108 (diff) | |
download | samba-73b200064fea77037f15cceeda303469b3e78624.tar.gz samba-73b200064fea77037f15cceeda303469b3e78624.tar.bz2 samba-73b200064fea77037f15cceeda303469b3e78624.zip |
s3:util: rename procid_equal() to serverid_equal()
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 64af7c2559..69661bb8c5 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -470,7 +470,7 @@ void set_my_unique_id(uint64_t unique_id); struct server_id pid_to_procid(pid_t pid); struct server_id procid_self(void); struct server_id *new_server_id_task(TALLOC_CTX *mem_ctx); -bool procid_equal(const struct server_id *p1, const struct server_id *p2); +bool serverid_equal(const struct server_id *p1, const struct server_id *p2); bool procid_is_me(const struct server_id *pid); struct server_id interpret_pid(const char *pid_string); char *procid_str_static(const struct server_id *pid); |