1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

s4-librpc Remove unsued server_id4.idl

This commit is contained in:
Andrew Bartlett 2011-06-10 09:36:37 +10:00
parent 73cbcd9c99
commit 77c612fc21

View File

@ -1,13 +0,0 @@
[
pointer_default(unique)
]
interface server_id
{
/* id used to identify a endpoint, possibly in a cluster */
typedef [public] struct {
hyper pid;
uint32 task_id;
uint32 vnn;
udlong unique_id;
} server_id;
}