summaryrefslogtreecommitdiffstats
path: root/src/if_cscope.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/if_cscope.h')
-rw-r--r--src/if_cscope.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if_cscope.h b/src/if_cscope.h
index 5dc69e8ff2..99d472b9c7 100644
--- a/src/if_cscope.h
+++ b/src/if_cscope.h
@@ -72,7 +72,7 @@ typedef struct csi {
ino_t st_ino; /* inode number of cscope db */
#else
# if defined(WIN32)
- int pid; /* Can't get pid so set it to 0 ;) */
+ DWORD pid; /* PID of the connected cscope process. */
HANDLE hProc; /* cscope process handle */
DWORD nVolume; /* Volume serial number, instead of st_dev */
DWORD nIndexHigh; /* st_ino has no meaning in the Windows */