/* ********************************************************** * Copyright 2006-2008 VMware, Inc. All rights reserved. -- VMware Confidential * **********************************************************/ #ifndef _VM_SESSION_ID_H_ #define _VM_SESSION_ID_H_ #include "vm_basic_types.h" #ifdef __cplusplus extern "C" { #endif typedef uint64 VMSessionId; #ifdef __cplusplus } #endif #endif /* _VM_SESSION_ID_H_ */