Changeset 37219 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- May 26, 2011 9:52:04 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
r33595 r37219 181 181 static RTSPINLOCK g_Spinlock = NIL_RTSPINLOCK; 182 182 /** Calculates bucket index into g_apSessionHashTab.*/ 183 #define SESSION_HASH(sfn) ((sfn) % RT_ELEMENTS(g_apSessionHashTab))183 #define SESSION_HASH(sfn) ((sfn) % RT_ELEMENTS(g_apSessionHashTab)) 184 184 185 185 /**
Note:
See TracChangeset
for help on using the changeset viewer.