summaryrefslogtreecommitdiff
path: root/Documentation/technical/api-lockfile.txt
blob: 73ac1025fd92516899a1b4ef25eedbc9fe845c1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
lockfile API
============

Talk about <lockfile.c>, things like:

* lockfile lifetime -- atexit(3) looks at them, do not put them on the
  stack;
* hold_lock_file_for_update()
* commit_lock_file()
* rollback_rock_file()

(JC, Dscho, Shawn)