diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-06-10 09:36:37 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-06-10 03:27:20 +0200 |
commit | 77c612fc21da944aa6c84e52c127713fcaf9a071 (patch) | |
tree | fdc028845a8a75583919955950d71cc35cc7b568 | |
parent | 73cbcd9c99e89cc24de84cdb098693d96dd6419d (diff) | |
download | samba-77c612fc21da944aa6c84e52c127713fcaf9a071.tar.gz samba-77c612fc21da944aa6c84e52c127713fcaf9a071.tar.bz2 samba-77c612fc21da944aa6c84e52c127713fcaf9a071.zip |
s4-librpc Remove unsued server_id4.idl
-rw-r--r-- | source4/librpc/idl/server_id4.idl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/source4/librpc/idl/server_id4.idl b/source4/librpc/idl/server_id4.idl deleted file mode 100644 index eb191e37b7..0000000000 --- a/source4/librpc/idl/server_id4.idl +++ /dev/null @@ -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; -} |